diff options
author | lioux <lioux@FreeBSD.org> | 2002-03-30 00:19:23 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-03-30 00:19:23 +0800 |
commit | 5f7515ffa2ea4981ad3f8256826c7a001185e8de (patch) | |
tree | 8d8a44f93c6acef2d8cf6144cb7f4e4e7d8a5a8f /net/phex | |
parent | 333c5ff915de1182aec503acf2e80eec9362e7f3 (diff) | |
download | freebsd-ports-gnome-5f7515ffa2ea4981ad3f8256826c7a001185e8de.tar.gz freebsd-ports-gnome-5f7515ffa2ea4981ad3f8256826c7a001185e8de.tar.zst freebsd-ports-gnome-5f7515ffa2ea4981ad3f8256826c7a001185e8de.zip |
Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVA
following bsd.java.mk 1.2
Diffstat (limited to 'net/phex')
-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 fcac05f476f3..79582137f764 100644 --- a/net/phex/Makefile +++ b/net/phex/Makefile @@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org USE_JAVA= 1.3+ USE_ZIP= yes NO_BUILD= yes -JAVA_NO_BUILD_DEPENDS= yes +NO_BUILD_DEPENDS_JAVA= yes PLIST_SUB= JAR_DIR=${JAR_DIR} \ JAR_FILE=${JAR_FILE} |