aboutsummaryrefslogtreecommitdiff
path: root/java/java3d
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-04-03 06:26:11 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-04-03 06:26:11 +0000
commitdb024caf95f64245075402feefa2b927c53af30e (patch)
treeb162b8f2a22e5d13b58b9d8024f85df341d729cc /java/java3d
parent636cf71163d6bbe046512b4f78dc31baf0bb2478 (diff)
Notes
Diffstat (limited to 'java/java3d')
-rw-r--r--java/java3d/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <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