diff options
author | tv <tv@pkgsrc.org> | 2004-04-16 15:41:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-16 15:41:39 +0000 |
commit | 4f38dcb7f1ddcede95d00f7672c400ecf1151c0d (patch) | |
tree | f8ceb38e456319673226e507181be32bde9d1088 /devel | |
parent | 245e91c37ee6917b13e97139972619a4d47038d3 (diff) | |
download | pkgsrc-4f38dcb7f1ddcede95d00f7672c400ecf1151c0d.tar.gz |
Ant 1.6 needs Java2 (and set it to "run").
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apache-ant/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 8f0443911c5..0b8ee9805d2 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/01 14:35:17 abs Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/16 15:41:39 tv 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,6 +22,7 @@ CONFLICTS= jakarta-ant* WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= # defined +USE_JAVA2= run EXTRACT_CMD_OPTS.zip= -Caq |