diff options
author | glewis <glewis@FreeBSD.org> | 2003-11-12 06:59:38 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-11-12 06:59:38 +0800 |
commit | 812a1789ad2f79f1dac5a0537cb56df0e540aea3 (patch) | |
tree | d08d6ad5223bfdd5459c5744fe1b8476931c6064 /www/seamonkey | |
parent | a9fcb8643d50e322a50044d32bfc9c2cd6c066b6 (diff) | |
download | freebsd-ports-graphics-812a1789ad2f79f1dac5a0537cb56df0e540aea3.tar.gz freebsd-ports-graphics-812a1789ad2f79f1dac5a0537cb56df0e540aea3.tar.zst freebsd-ports-graphics-812a1789ad2f79f1dac5a0537cb56df0e540aea3.zip |
. Still look in ${LOCALBASE}/jdk1.4.1 for the plugin so users don't have to
upgrade their JDK if they don't want to.
Submitted by: Jeremy Messenger <mezz7@cox.net>
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 6233626ae8b..983419baa82 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -156,6 +156,7 @@ PKGCONFIG_FILES=mozilla-gtkmozembed mozilla-js mozilla-xpcom \ # JPI stuff. List paths to Java Plug-ins here in the order to try. JPI_LIST=\ ${LOCALBASE}/jdk1.4.2/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \ + ${LOCALBASE}/jdk1.4.1/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 |