diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-11-11 22:53:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-11-11 22:53:50 +0000 |
commit | 79c3ffa8c332e18a3288d3ba07909bc9a89e54dc (patch) | |
tree | b8734d708153cb610215641112a1d3d9715386a0 /www/seamonkey | |
parent | . Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native one (diff) |
. Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.
Approved by: marcus
Diffstat (limited to 'www/seamonkey')
-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 |