summaryrefslogtreecommitdiff
path: root/cad/spice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r--cad/spice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile
index 5d95e934c8a..a72df8adb3d 100644
--- a/cad/spice/Makefile
+++ b/cad/spice/Makefile
@@ -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 simulation program
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"