summaryrefslogtreecommitdiff
path: root/cad/ng-spice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ng-spice/Makefile')
-rw-r--r--cad/ng-spice/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile
index 498e7f0e44f..d12deed0572 100644
--- a/cad/ng-spice/Makefile
+++ b/cad/ng-spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/05/22 20:07:41 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/01 18:02:40 jlam Exp $
#
DISTNAME= ng-spice-rework-15c
@@ -11,7 +11,6 @@ HOMEPAGE= http://ngspice.sourceforge.net/
COMMENT= Next generation circuit simulation program
WRKSRC= ${WRKDIR}/ng-spice-rework-15
-USE_X11= YES
USE_LIBTOOL= YES
USE_MAKEINFO= YES
USE_TOOLS+= gmake
@@ -20,11 +19,12 @@ USE_GNU_READLINE= uses rl_* interface
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --with-readline
-LIBS+= ${LIBGETOPT}
+LIBS+= ${BUILDLINK_LDADD.getopt}
INFO_FILES= ngspice.info
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"