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/seamonkey2 | |
parent | 22c2963e1c949ec9c17d33c768bda70b0a637fbd (diff) |
Notes
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 92dd83e9b005..6233626ae8b4 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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 |