summaryrefslogtreecommitdiff
path: root/cad/ng-spice
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 05:13:44 +0000
committersnj <snj>2004-04-11 05:13:44 +0000
commitc6f2165e6a15b7e05094ab11bf58715a2aa8c018 (patch)
tree07a2e76867e19b8597bffcc8a416aa9976e52ae7 /cad/ng-spice
parent118ae016ad44a93389e2fed697ca776c20033986 (diff)
downloadpkgsrc-c6f2165e6a15b7e05094ab11bf58715a2aa8c018.tar.gz
Convert to buildlink3.
Diffstat (limited to 'cad/ng-spice')
-rw-r--r--cad/ng-spice/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile
index 1ce66e0c0e9..777ac7dbd00 100644
--- a/cad/ng-spice/Makefile
+++ b/cad/ng-spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/12/30 17:21:55 cjep Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/11 05:13:44 snj Exp $
#
DISTNAME= ng-spice-rework-14
@@ -13,7 +13,7 @@ COMMENT= Next generation circuit simulation program
CONFLICTS= spice-[0-9]*
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -24,7 +24,7 @@ LIBS+= ${LIBGETOPT}
INFO_FILES= ngspice.info
-.include "../../devel/libgetopt/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"