diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-09 10:19:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-09 10:19:35 +0800 |
commit | 99a67b2ded42b1dd2a9cbaa35a87191a90c35c1f (patch) | |
tree | 58604973a9e3d55af33002f050faac9920e95b2a | |
parent | 7c9245c561f7c0d252883fe0cc62d4a34d38bcd6 (diff) | |
download | freebsd-ports-gnome-99a67b2ded42b1dd2a9cbaa35a87191a90c35c1f.tar.gz freebsd-ports-gnome-99a67b2ded42b1dd2a9cbaa35a87191a90c35c1f.tar.zst freebsd-ports-gnome-99a67b2ded42b1dd2a9cbaa35a87191a90c35c1f.zip |
Fix typo
Submitted by: Dan Langille <dan@langille.org>
-rw-r--r-- | net-p2p/phex/Makefile | 2 | ||||
-rw-r--r-- | net/phex/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile index d864cc616d57..f9ceed5bfcbf 100644 --- a/net-p2p/phex/Makefile +++ b/net-p2p/phex/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_j2se1.3 MAINTAINER= lioux@FreeBSD.org -USE_JAVA= 1.3 +USE_JAVA= 1.3+ USE_ZIP= yes NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes diff --git a/net/phex/Makefile b/net/phex/Makefile index d864cc616d57..f9ceed5bfcbf 100644 --- a/net/phex/Makefile +++ b/net/phex/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_j2se1.3 MAINTAINER= lioux@FreeBSD.org -USE_JAVA= 1.3 +USE_JAVA= 1.3+ USE_ZIP= yes NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes |