diff options
author | wiz <wiz> | 2004-07-01 14:11:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-07-01 14:11:58 +0000 |
commit | c462585f8849d84fb251d6b54cc96244349127d2 (patch) | |
tree | 38c8efde784ec26bc40650b7f0f2ae6ab2221aa0 | |
parent | 6245d05fc5374adc12e045ee09e7700f92d29e43 (diff) | |
download | pkgsrc-c462585f8849d84fb251d6b54cc96244349127d2.tar.gz |
Convert to NO_BUILDLINK (doesn't build anything).
-rw-r--r-- | devel/apache-ant15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apache-ant15/Makefile b/devel/apache-ant15/Makefile index c9cf41058b5..ba9e37851f6 100644 --- a/devel/apache-ant15/Makefile +++ b/devel/apache-ant15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/06/28 16:53:55 abs Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/01 14:11:58 wiz Exp $ # # NOTE: if you are depending on ant from another package, please be aware that # the ant team has CHANGED the version numbering scheme. A previous version @@ -22,7 +22,7 @@ DEPENDS+= crimson>=1.1.3:../../textproc/crimson CONFLICTS= jakarta-ant* WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK2= # defined +NO_BUILDLINK= yes USE_JAVA= run EXTRACT_CMD_OPTS.zip= -Caq |