. 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
3 changed files with 3 additions and 3 deletions

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