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/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile
index 0eaeed477af..38514f74c16 100644
--- a/cad/ng-spice/Makefile
+++ b/cad/ng-spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/02/18 15:14:03 seb Exp $
+# $NetBSD: Makefile,v 1.12 2002/09/21 06:31:30 jlam Exp $
#
DISTNAME= ng-spice-rework-14
@@ -10,6 +10,8 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://ngspice.sourceforge.net
COMMENT= Next generation circuit simulation program
+USE_BUILDLINK2= YES
+USE_X11= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -17,10 +19,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-debug
LIBS+= ${LIBGETOPT}
-USE_BUILDLINK_ONLY= YES
+.include "../../devel/libgetopt/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
-.include "../../devel/libgetopt/buildlink.mk"
-.include "../../devel/ncurses/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"