svn commit: r324666 - head/comms/java-commapi-freebsd
Alex Dupre
ale at FreeBSD.org
Tue Aug 13 13:40:47 UTC 2013
Author: ale
Date: Tue Aug 13 13:40:46 2013
New Revision: 324666
URL: http://svnweb.freebsd.org/changeset/ports/324666
Log:
Mark MAKE_JOBS_UNSAFE.
Modified:
head/comms/java-commapi-freebsd/Makefile
Modified: head/comms/java-commapi-freebsd/Makefile
==============================================================================
--- head/comms/java-commapi-freebsd/Makefile Tue Aug 13 13:34:46 2013 (r324665)
+++ head/comms/java-commapi-freebsd/Makefile Tue Aug 13 13:40:46 2013 (r324666)
@@ -13,6 +13,8 @@ COMMENT= Java Communication API for Free
BUILD_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi
RUN_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi
+MAKE_JOBS_UNSAFE= yes
+
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
More information about the svn-ports-all
mailing list