diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 19:42:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 19:42:32 +0000 |
commit | e59cd8fc76135baf85ef3552ca814b83f1af6076 (patch) | |
tree | 9b223d707ff9f26c65998e89542e398407b230eb /devel/apache-ant | |
parent | 0c511425068a6eeea5448f1df1d0f049dd543ee3 (diff) | |
download | ports-e59cd8fc76135baf85ef3552ca814b83f1af6076.tar.gz ports-e59cd8fc76135baf85ef3552ca814b83f1af6076.zip |
Notes
Diffstat (limited to 'devel/apache-ant')
-rw-r--r-- | devel/apache-ant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index c2bae2efed4c..bc5720a8d70f 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS ANT_DISTFILE= ${PORTNAME}-${PORTVERSION}-bin.tar.bz2 MANPAGE_DISTFILE= ${PORTNAME}-manpage-${MANPAGE_VERSION}.tgz MANPAGE_VERSION= 20030908 -USE_BZIP2= yes +USES= tar:bzip2 USE_JAVA= yes NO_BUILD= YES |