diff options
author | abs <abs@pkgsrc.org> | 2004-06-28 11:47:35 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-28 11:47:35 +0000 |
commit | b8007d9e6c3e740c2ad06d34006b7afdbc5d9392 (patch) | |
tree | 8be68878533b42d6a5294df275519ee07c052546 | |
parent | 084e8740c87c6f4141a770cb400520f821924212 (diff) | |
download | pkgsrc-b8007d9e6c3e740c2ad06d34006b7afdbc5d9392.tar.gz |
Switch to buildlink3
-rw-r--r-- | devel/netbeans-ide/Makefile | 4 | ||||
-rw-r--r-- | textproc/crimson/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/netbeans-ide/Makefile b/devel/netbeans-ide/Makefile index 2aa8705249c..3471a7a2d78 100644 --- a/devel/netbeans-ide/Makefile +++ b/devel/netbeans-ide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/06/03 20:13:03 abs Exp $ +# $NetBSD: Makefile,v 1.3 2004/06/28 11:47:35 abs Exp $ # DISTNAME= NetBeansIDE-release351 @@ -13,7 +13,7 @@ COMMENT= NetBeans Java IDE USE_JAVA= run PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 jdk13 jdk14 -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes NO_CONFIGURE= yes NO_BUILD= yes diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index 5abddfe25d8..edba4e65af0 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/30 18:32:33 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/28 11:51:01 abs Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which @@ -15,7 +15,7 @@ COMMENT= Apache.org implementation of JAXP, SAX, and DOM WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_JAVA= run -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined NO_CONFIGURE= # defined NO_BUILD= # defined |