diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-19 22:27:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-19 22:27:46 +0800 |
commit | 54905a4ddf505a87ed69a0931129ec695af767b2 (patch) | |
tree | 9d6077a836ca510f6d9118eb205f765b6360b8cc /net | |
parent | bffbc6b6d4218c1947616a8fe1e799fc955e5c12 (diff) | |
download | freebsd-ports-gnome-54905a4ddf505a87ed69a0931129ec695af767b2.tar.gz freebsd-ports-gnome-54905a4ddf505a87ed69a0931129ec695af767b2.tar.zst freebsd-ports-gnome-54905a4ddf505a87ed69a0931129ec695af767b2.zip |
Fix typo in USE_JAVA value
Submitted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/phex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phex/Makefile b/net/phex/Makefile index cf778bfbcb0a..2999a88dd199 100644 --- a/net/phex/Makefile +++ b/net/phex/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_j2se1.3 MAINTAINER= lioux@FreeBSD.org COMMENT= A Java multi platform and spyware free gnutella client -USE_JAVA= 1.3 +USE_JAVA= 1.3+ USE_ZIP= yes NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes |