diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-03 06:38:05 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-03 06:38:05 +0000 |
commit | 24e7b4ef30cf7543f71f33982c8438b71c07aa80 (patch) | |
tree | b64c11d491f39ec03d3d67d69585ec2e8f1ea13c /java | |
parent | 137acbe66412cf10a872531fe66e10af4256f9fd (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |