. Really fix the fallout from the bsd.java.mk update. Grrr.

This commit is contained in:
Greg Lewis 2004-04-03 06:38:05 +00:00
parent ba63be234f
commit 69fbb40b0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106009

View file

@ -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