summaryrefslogtreecommitdiff
path: root/cad/spice
diff options
context:
space:
mode:
authorsnj <snj>2004-04-12 00:53:46 +0000
committersnj <snj>2004-04-12 00:53:46 +0000
commitf2f99c528cdb68f428716da4586757d26a14975e (patch)
tree8723f30b4e919ced68f793031229255cb9b7c06c /cad/spice
parent4d6a040475d7863804114aa1c978e4d08648c0ad (diff)
downloadpkgsrc-f2f99c528cdb68f428716da4586757d26a14975e.tar.gz
Convert to buildlink3.
Diffstat (limited to 'cad/spice')
-rw-r--r--cad/spice/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile
index d45d88ac393..1b6e43b3e49 100644
--- a/cad/spice/Makefile
+++ b/cad/spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/20 12:09:09 agc Exp $
+# $NetBSD: Makefile,v 1.25 2004/04/12 00:53:46 snj Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp
#
@@ -17,7 +17,7 @@ CONFLICTS= ng-spice-[0-9]*
BUILDLINK_DEPENDS.readline= readline>=4.0
WRKSRC= ${WRKDIR}
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
USE_GNU_READLINE= uses rl_* interface
@@ -65,5 +65,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/spice3
${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice3
-.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"