diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-02-17 18:08:05 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-02-17 18:08:05 +0000 |
commit | 91f785b086fb1c4d7ff8277e5abda91d10710d86 (patch) | |
tree | 4700b92b3ce08abcf6c51b96fa08fbf618436cdc /java | |
parent | The versions of Audio::WMA and Audio:Wav in ports are hopelessly (diff) |
Update to bsd.java.mk 2.0
Diffstat (limited to 'java')
-rw-r--r-- | java/forte/Makefile | 3 | ||||
-rw-r--r-- | java/netrexx/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/java/forte/Makefile b/java/forte/Makefile index c6155934581c..eed07606007f 100644 --- a/java/forte/Makefile +++ b/java/forte/Makefile @@ -21,7 +21,8 @@ COMMENT= A Sun's powerful and extensible IDE for Java BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} .endif -USE_JAVA= 1.3+ +USE_JAVA= yes +JAVA_VERSION= 1.3+ JAVAVM= ${JAVA_HOME}/bin/java RESTRICTED= "Restrictive license" diff --git a/java/netrexx/Makefile b/java/netrexx/Makefile index 27257db070b0..822b780b3c77 100644 --- a/java/netrexx/Makefile +++ b/java/netrexx/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rexx:${PORTSDIR}/lang/rexx-imc NO_BUILD= yes USE_ZIP= yes -USE_JAVA= 1.1+ +USE_JAVA= yes pre-patch: for file in ${WRKSRC}/bin/NetRexxC.sh ${WRKSRC}/read.me.first; do \ |