diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-03 06:26:11 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-03 06:26:11 +0000 |
commit | 78f5c5b5e261a53fdfd4be749130387b4b13a994 (patch) | |
tree | 0d09c221fb3a8c8630aabeeca48c01fd698b9119 /java/jai | |
parent | f686bfa3a2ded3aca65d4fefa2cf35b90d3afb38 (diff) | |
download | FreeBSD-ports-78f5c5b5e261a53fdfd4be749130387b4b13a994.zip FreeBSD-ports-78f5c5b5e261a53fdfd4be749130387b4b13a994.tar.gz |
. Fix incompatibilities with the new bsd.java.mk (oops).
JAVA_OS == FreeBSD -> JAVA_PORT_OS == native
Bug report by: kris
Diffstat (limited to 'java/jai')
-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 de12fff..dcca31b 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_OS} == "FreeBSD" +.if ${JAVA_PORT_OS} == "FreeBSD" WITH_PLUGINWRAPPER= yes RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/jai.so:${PORTSDIR}/www/linuxpluginwrapper .endif |