Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/cad/spice/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/cad/spice/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- pkgsrc/cad/spice/Makefile 2005/04/11 21:45:02 1.30 +++ pkgsrc/cad/spice/Makefile 2005/06/01 18:02:40 1.31 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/04/11 21:45:02 tv Exp $ +# $NetBSD: Makefile,v 1.31 2005/06/01 18:02:40 jlam Exp $ DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 @@ -13,7 +13,6 @@ COMMENT= General-purpose circuit simulat WRKSRC= ${WRKDIR} -USE_X11= # defined # GPL license used by GNU readline is not compatible # with 4 clause BSD license used by spice. #BUILDLINK_DEPENDS.readline= readline>=4.0 @@ -64,4 +63,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice3 #.include "../../devel/readline/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk"