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/mozilla | |
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
Notes
Notes:
svn path=/head/; revision=93757
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 22c9ca1fe863..80bfbf6a095f 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -152,9 +152,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 |