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 | f8cd6d7b813408280943a270612d211b13d939b8 (patch) | |
tree | f8ceb38e456319673226e507181be32bde9d1088 /devel/apache-ant | |
parent | 3e6dd944a0e255bbb2bd7ed82101022088a5e7f1 (diff) | |
download | pkgsrc-f8cd6d7b813408280943a270612d211b13d939b8.tar.gz |
Ant 1.6 needs Java2 (and set it to "run").
Diffstat (limited to 'devel/apache-ant')
-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 |