diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 05:13:44 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 05:13:44 +0000 |
commit | c9a359406b8b372ced35a890e4461c7b809f6d81 (patch) | |
tree | 07a2e76867e19b8597bffcc8a416aa9976e52ae7 /cad | |
parent | b65db1cccf2c491df477a31103ff3f88585f4662 (diff) | |
download | pkgsrc-c9a359406b8b372ced35a890e4461c7b809f6d81.tar.gz |
Convert to buildlink3.
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" |