diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-03 06:26:11 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-03 06:26:11 +0000 |
commit | db024caf95f64245075402feefa2b927c53af30e (patch) | |
tree | b162b8f2a22e5d13b58b9d8024f85df341d729cc /java/jai-imageio | |
parent | 636cf71163d6bbe046512b4f78dc31baf0bb2478 (diff) |
Notes
Diffstat (limited to 'java/jai-imageio')
-rw-r--r-- | java/jai-imageio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jai-imageio/Makefile b/java/jai-imageio/Makefile index 25102830e602..57eababa1627 100644 --- a/java/jai-imageio/Makefile +++ b/java/jai-imageio/Makefile @@ -33,7 +33,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message IGNORE= "You must manually fetch the \"Linux 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} == "native" WITH_PLUGINWRAPPER= yes RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/jai.so:${PORTSDIR}/www/linuxpluginwrapper .endif |