summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-04-26 22:28:52 +0000
committerznerd <znerd@FreeBSD.org>2002-04-26 22:28:52 +0000
commite55c61e4a23cba5d0aa1f49e74dfbc004e3a806b (patch)
tree213a0fa619e3e96abe07416c8a9269541f8bc254 /net
parent9c7a848cb0c465f44e92be5967cfcc861cba4f93 (diff)
downloadFreeBSD-ports-e55c61e4a23cba5d0aa1f49e74dfbc004e3a806b.zip
FreeBSD-ports-e55c61e4a23cba5d0aa1f49e74dfbc004e3a806b.tar.gz
Introduction of NEED_JAVAC knob in bsd.java.mk, stage 1.
The NEED_JAVAC knob has been discussed on the freebsd-java mailing list. It is documented at: http://www.metaverse.nl/~ernst/writing.html The second stage is the actual changing of bsd.java.mk. Reviewed by: java@FreeBSD.org Approved by: zach@neurosoft.org, joshua@roughtrade.net, lioux
Diffstat (limited to 'net')
-rw-r--r--net/javadc/Makefile1
-rw-r--r--net/jift/Makefile1
-rw-r--r--net/spread/Makefile1
-rw-r--r--net/spread4/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/net/javadc/Makefile b/net/javadc/Makefile
index eb764bc..3df6185 100644
--- a/net/javadc/Makefile
+++ b/net/javadc/Makefile
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lioux@FreeBSD.org
USE_JAVA= 1.2+
+NEED_JAVAC= YES
WRKSRC= ${WRKDIR}/DirectConnect${PORTVERSION}
BUILD_WRKSRC= ${WRKDIR}/classes
PLIST_SUB= JAR_DIR=${JAR_DIR} \
diff --git a/net/jift/Makefile b/net/jift/Makefile
index b808af3..376ac4c 100644
--- a/net/jift/Makefile
+++ b/net/jift/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= lioux@FreeBSD.org
BROKEN= 'Does not currently work'
USE_JAVA= 1.2+
+NEED_JAVAC= YES
USE_ZIP= yes
NO_WRKSUBDIR= yes
BUILD_WRKSRC= ${WRKSRC}/classes
diff --git a/net/spread/Makefile b/net/spread/Makefile
index e79bb9e..fae76fd 100644
--- a/net/spread/Makefile
+++ b/net/spread/Makefile
@@ -26,6 +26,7 @@ MAN3= libsp.3 SP_connect.3 SP_disconnect.3 SP_equal_group_ids.3 SP_error.3 \
.if defined(WITH_JAVA_LIB)
USE_JAVA= 1.2+
+NEED_JAVAC= YES
.endif
USE_PERL5= yes
INSTALLS_SHLIB= yes
diff --git a/net/spread4/Makefile b/net/spread4/Makefile
index e79bb9e..fae76fd 100644
--- a/net/spread4/Makefile
+++ b/net/spread4/Makefile
@@ -26,6 +26,7 @@ MAN3= libsp.3 SP_connect.3 SP_disconnect.3 SP_equal_group_ids.3 SP_error.3 \
.if defined(WITH_JAVA_LIB)
USE_JAVA= 1.2+
+NEED_JAVAC= YES
.endif
USE_PERL5= yes
INSTALLS_SHLIB= yes
OpenPOWER on IntegriCloud