diff options
author | abs <abs@pkgsrc.org> | 2004-06-28 11:43:53 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-28 11:43:53 +0000 |
commit | 3970a4764304aa13fef629a77df9efcdb3b09552 (patch) | |
tree | dc56e8cc7a4e1c1e86469fb6488dfffe09b361b0 /devel | |
parent | 2a71890df1772557a5961cadd35be7df82cd8cd3 (diff) | |
download | pkgsrc-3970a4764304aa13fef629a77df9efcdb3b09552.tar.gz |
Switch to buildlink3
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apache-ant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index dea82350791..6d96327ba51 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/16 15:54:15 tv Exp $ +# $NetBSD: Makefile,v 1.12 2004/06/28 11:43:53 abs 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 @@ -21,7 +21,7 @@ DEPENDS+= crimson>=1.1.3:../../textproc/crimson CONFLICTS= jakarta-ant* WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined USE_JAVA= run USE_JAVA2= yes |