diff options
author | adamw <adamw@FreeBSD.org> | 2004-10-23 11:11:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-10-23 11:11:45 +0800 |
commit | 919a7bad51b66b2705263c2b4ea6d2cda9e99dbf (patch) | |
tree | afd798dd993e82ee3b8720844f782f066942c7ba /www/seamonkey2 | |
parent | 9601db01b69320297b01174216162d3ae7bcde25 (diff) | |
download | freebsd-ports-graphics-919a7bad51b66b2705263c2b4ea6d2cda9e99dbf.tar.gz freebsd-ports-graphics-919a7bad51b66b2705263c2b4ea6d2cda9e99dbf.tar.zst freebsd-ports-graphics-919a7bad51b66b2705263c2b4ea6d2cda9e99dbf.zip |
The pkgconfig files all end in '-devel'. Training the port to
recognize this causes not only a plist change, it also changes
the contents of the pkgconfig files, as the s|${FAKEDIR}|${PREFIX}|
substitution was not taking place.
Because the latter prevents any mozilla-dependent port from
building (looking for headers/libs under ${FAKEDIR}), I have
bumped PORTVERSION.
Galeon2 still won't build against mozilla-devel, however, and if
somebody better than I with C++ wants to take a whack at fixing it,
that'd be just super.
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?=\ |