aboutsummaryrefslogtreecommitdiff
path: root/java/jai
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-04-03 06:38:05 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-04-03 06:38:05 +0000
commit69fbb40b0ddc9d777f1997a54800b1ec2b3183fe (patch)
tree6629e132cf74baa1971f7bdd30c56f9913d37bbc /java/jai
parentba63be234fc0a34f68501f205f34b05b3511949d (diff)
downloadports-69fbb40b0ddc9d777f1997a54800b1ec2b3183fe.tar.gz
ports-69fbb40b0ddc9d777f1997a54800b1ec2b3183fe.zip
. Really fix the fallout from the bsd.java.mk update. Grrr.
Notes
Notes: svn path=/head/; revision=106009
Diffstat (limited to 'java/jai')
-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