diff options
author | adamw <adamw@FreeBSD.org> | 2004-10-24 03:26:43 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-10-24 03:26:43 +0800 |
commit | 761ed8bd74dc87c5d76c2923dbece6feb1ab89fc (patch) | |
tree | d9a0ecaf78eea226677719a460701410c2e93f94 /www/seamonkey | |
parent | fdd74d5105281ac603a68d1eae7233077857434e (diff) | |
download | freebsd-ports-gnome-761ed8bd74dc87c5d76c2923dbece6feb1ab89fc.tar.gz freebsd-ports-gnome-761ed8bd74dc87c5d76c2923dbece6feb1ab89fc.tar.zst freebsd-ports-gnome-761ed8bd74dc87c5d76c2923dbece6feb1ab89fc.zip |
Revert the previous change. That wasn't the droid^Wsolution
I was looking for.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index c1c8eb1617ab..d88cda09573b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -89,9 +89,9 @@ CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 ESD_LIB= libesd.so.2 FREETYPE_LIB= libfreetype.so.9 -PKGCONFIG_FILES=mozilla-gtkmozembed-devel mozilla-js-devel \ - mozilla-xpcom-devel mozilla-nspr-devel \ - mozilla-nss-devel mozilla-plugin-devel +PKGCONFIG_FILES=mozilla-gtkmozembed mozilla-js \ + mozilla-xpcom mozilla-nspr \ + mozilla-nss mozilla-plugin # JPI stuff. List paths to Java Plug-ins here in the order to try. JPI_LIST?=\ |