diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-10-23 03:11:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-10-23 03:11:45 +0000 |
commit | 105f0056960f700117a1b76bbadf7e193552356b (patch) | |
tree | 554d9fd3e77582534c7a63830169a33b495b22b3 /www/seamonkey | |
parent | f9ee489cdcd7d34c2acb75d052bfb40c7d0f32e1 (diff) | |
download | ports-105f0056960f700117a1b76bbadf7e193552356b.tar.gz ports-105f0056960f700117a1b76bbadf7e193552356b.zip |
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 5889a44c13e3..c1c8eb1617ab 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.8.a4 +PORTREVISION= 1 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -88,8 +89,9 @@ CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 ESD_LIB= libesd.so.2 FREETYPE_LIB= libfreetype.so.9 -PKGCONFIG_FILES=mozilla-gtkmozembed mozilla-js mozilla-xpcom \ - mozilla-nspr mozilla-nss mozilla-plugin +PKGCONFIG_FILES=mozilla-gtkmozembed-devel mozilla-js-devel \ + mozilla-xpcom-devel mozilla-nspr-devel \ + mozilla-nss-devel mozilla-plugin-devel # JPI stuff. List paths to Java Plug-ins here in the order to try. JPI_LIST?=\ |