diff options
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 5889a44c13e..c1c8eb1617a 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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?=\ |