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 | |
parent | 2b94003c356a0ee8a70f3d86bf42732006dfafa1 (diff) | |
download | freebsd-ports-graphics-7020af386572ac93fb441498e066e83a34f3fe44.tar.gz freebsd-ports-graphics-7020af386572ac93fb441498e066e83a34f3fe44.tar.zst freebsd-ports-graphics-7020af386572ac93fb441498e066e83a34f3fe44.zip |
. Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.
Approved by: marcus
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 92dd83e9b00..6233626ae8b 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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 diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 22c9ca1fe86..80bfbf6a095 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 diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 92dd83e9b00..6233626ae8b 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 diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 92dd83e9b00..6233626ae8b 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 |