diff options
author | lioux <lioux@FreeBSD.org> | 2002-03-29 16:19:23 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-03-29 16:19:23 +0000 |
commit | 5f7515ffa2ea4981ad3f8256826c7a001185e8de (patch) | |
tree | 8d8a44f93c6acef2d8cf6144cb7f4e4e7d8a5a8f /net-p2p | |
parent | 333c5ff915de1182aec503acf2e80eec9362e7f3 (diff) | |
download | FreeBSD-ports-5f7515ffa2ea4981ad3f8256826c7a001185e8de.zip FreeBSD-ports-5f7515ffa2ea4981ad3f8256826c7a001185e8de.tar.gz |
Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVA
following bsd.java.mk 1.2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/phex/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/xnap/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile index fcac05f..7958213 100644 --- a/net-p2p/phex/Makefile +++ b/net-p2p/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} diff --git a/net-p2p/xnap/Makefile b/net-p2p/xnap/Makefile index 70ea581..f782f42 100644 --- a/net-p2p/xnap/Makefile +++ b/net-p2p/xnap/Makefile @@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org USE_JAVA= 1.3+ NO_BUILD= yes -JAVA_NO_BUILD_DEPENDS= yes +NO_BUILD_DEPENDS_JAVA= yes PLIST_SUB= JAR_DIR=${JAR_DIR} JAVAVM= ${LOCALBASE}/bin/javavm |