aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-04-03 14:38:05 +0800
committerglewis <glewis@FreeBSD.org>2004-04-03 14:38:05 +0800
commit24e7b4ef30cf7543f71f33982c8438b71c07aa80 (patch)
treeb64c11d491f39ec03d3d67d69585ec2e8f1ea13c
parent137acbe66412cf10a872531fe66e10af4256f9fd (diff)
downloadfreebsd-ports-gnome-24e7b4ef30cf7543f71f33982c8438b71c07aa80.tar.gz
freebsd-ports-gnome-24e7b4ef30cf7543f71f33982c8438b71c07aa80.tar.zst
freebsd-ports-gnome-24e7b4ef30cf7543f71f33982c8438b71c07aa80.zip
. Really fix the fallout from the bsd.java.mk update. Grrr.
-rw-r--r--java/jai/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jai/Makefile b/java/jai/Makefile
index dcca31befd2b..69b0714b5345 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