From db024caf95f64245075402feefa2b927c53af30e Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 3 Apr 2004 06:26:11 +0000 Subject: . Fix incompatibilities with the new bsd.java.mk (oops). JAVA_OS == FreeBSD -> JAVA_PORT_OS == native Bug report by: kris --- java/java3d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/java3d') diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 7f5675dd0043..98cedebe0dfb 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -36,7 +36,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include -.if ${JAVA_OS} == "FreeBSD" +.if ${JAVA_PORT_OS} == "native" WITH_PLUGINWRAPPER= yes RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/java3d.so:${PORTSDIR}/www/linuxpluginwrapper .endif -- cgit v1.2.3