diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-03 14:26:11 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-03 14:26:11 +0800 |
commit | 78f5c5b5e261a53fdfd4be749130387b4b13a994 (patch) | |
tree | 0d09c221fb3a8c8630aabeeca48c01fd698b9119 /java/java3d | |
parent | f686bfa3a2ded3aca65d4fefa2cf35b90d3afb38 (diff) | |
download | freebsd-ports-gnome-78f5c5b5e261a53fdfd4be749130387b4b13a994.tar.gz freebsd-ports-gnome-78f5c5b5e261a53fdfd4be749130387b4b13a994.tar.zst freebsd-ports-gnome-78f5c5b5e261a53fdfd4be749130387b4b13a994.zip |
. Fix incompatibilities with the new bsd.java.mk (oops).
JAVA_OS == FreeBSD -> JAVA_PORT_OS == native
Bug report by: kris
Diffstat (limited to 'java/java3d')
-rw-r--r-- | java/java3d/Makefile | 2 |
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 |