. Fix incompatibilities with the new bsd.java.mk (oops).

JAVA_OS == FreeBSD -> JAVA_PORT_OS == native

Bug report by:	kris
This commit is contained in:
Greg Lewis 2004-04-03 06:26:11 +00:00
parent 636cf71163
commit db024caf95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106007
3 changed files with 3 additions and 3 deletions

View file

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

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_OS} == "FreeBSD"
.if ${JAVA_PORT_OS} == "FreeBSD"
WITH_PLUGINWRAPPER= yes
RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/jai.so:${PORTSDIR}/www/linuxpluginwrapper
.endif

View file

@ -36,7 +36,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${JAVA_OS} == "FreeBSD"
.if ${JAVA_PORT_OS} == "native"
WITH_PLUGINWRAPPER= yes
RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/java3d.so:${PORTSDIR}/www/linuxpluginwrapper
.endif