diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ng-spice/Makefile | 8 |
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" |