diff options
author | nork <nork@FreeBSD.org> | 2005-10-23 20:07:52 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-10-23 20:07:52 +0800 |
commit | 09b3927af873c79d12961c78fb1680e8f6e1f581 (patch) | |
tree | 154bc0f7aa59a234140c0f2f219df9d8b5b577f4 /devel | |
parent | 3178e5180e069c5e8b17202c3f0ce2e1227ba4c0 (diff) | |
download | freebsd-ports-gnome-09b3927af873c79d12961c78fb1680e8f6e1f581.tar.gz freebsd-ports-gnome-09b3927af873c79d12961c78fb1680e8f6e1f581.tar.zst freebsd-ports-gnome-09b3927af873c79d12961c78fb1680e8f6e1f581.zip |
New style bsd.java.mk.
Pointed out by: hq
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 cc61c078c3bd..95210403d60e 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -25,7 +25,8 @@ ANT_DISTFILE= ${PORTNAME}-${PORTVERSION}-bin.tar.bz2 MANPAGE_DISTFILE= ${PORTNAME}-manpage-${MANPAGE_VERSION}.tgz MANPAGE_VERSION= 20030908 USE_BZIP2= yes -USE_JAVA= 1.2+ +USE_JAVA= yes +JAVA_VERSION= 1.2+ NO_BUILD= YES PORTDESTDIR= ${PREFIX}/ant |