diff options
author | glewis <glewis@FreeBSD.org> | 2003-11-12 06:53:50 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-11-12 06:53:50 +0800 |
commit | 7020af386572ac93fb441498e066e83a34f3fe44 (patch) | |
tree | 721a58824ab79a49513e84ff0bb00598a355f075 /www/seamonkey/Makefile | |
parent | 2b94003c356a0ee8a70f3d86bf42732006dfafa1 (diff) | |
download | freebsd-ports-gnome-7020af386572ac93fb441498e066e83a34f3fe44.tar.gz freebsd-ports-gnome-7020af386572ac93fb441498e066e83a34f3fe44.tar.zst freebsd-ports-gnome-7020af386572ac93fb441498e066e83a34f3fe44.zip |
. Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.
Approved by: marcus
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 92dd83e9b005..6233626ae8b4 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -153,9 +153,9 @@ CONFIGURE_ARGS+= --disable-xft PKGCONFIG_FILES=mozilla-gtkmozembed mozilla-js mozilla-xpcom \ mozilla-nspr mozilla-nss mozilla-plugin -# JPI sutff. List paths to Java Plug-ins here in the order to try. +# JPI stuff. List paths to Java Plug-ins here in the order to try. JPI_LIST=\ - ${LOCALBASE}/jdk1.4.1/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \ + ${LOCALBASE}/jdk1.4.2/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \ ${LOCALBASE}/diablo-jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so \ ${LOCALBASE}/jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so |