summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-04-03 06:38:05 +0000
committerglewis <glewis@FreeBSD.org>2004-04-03 06:38:05 +0000
commit24e7b4ef30cf7543f71f33982c8438b71c07aa80 (patch)
treeb64c11d491f39ec03d3d67d69585ec2e8f1ea13c /java
parent137acbe66412cf10a872531fe66e10af4256f9fd (diff)
downloadFreeBSD-ports-24e7b4ef30cf7543f71f33982c8438b71c07aa80.zip
FreeBSD-ports-24e7b4ef30cf7543f71f33982c8438b71c07aa80.tar.gz
. Really fix the fallout from the bsd.java.mk update. Grrr.
Diffstat (limited to 'java')
-rw-r--r--java/jai/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jai/Makefile b/java/jai/Makefile
index dcca31b..69b0714 100644
--- a/java/jai/Makefile
+++ b/java/jai/Makefile
@@ -35,7 +35,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
IGNORE= "You must manually fetch the \"Linux CLASSPATH Install\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again"
.endif
-.if ${JAVA_PORT_OS} == "FreeBSD"
+.if ${JAVA_PORT_OS} == "native"
WITH_PLUGINWRAPPER= yes
RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/jai.so:${PORTSDIR}/www/linuxpluginwrapper
.endif
OpenPOWER on IntegriCloud