summaryrefslogtreecommitdiffstats
path: root/www/mozilla-devel/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-10-23 03:11:45 +0000
committeradamw <adamw@FreeBSD.org>2004-10-23 03:11:45 +0000
commit919a7bad51b66b2705263c2b4ea6d2cda9e99dbf (patch)
treeafd798dd993e82ee3b8720844f782f066942c7ba /www/mozilla-devel/Makefile
parent9601db01b69320297b01174216162d3ae7bcde25 (diff)
downloadFreeBSD-ports-919a7bad51b66b2705263c2b4ea6d2cda9e99dbf.zip
FreeBSD-ports-919a7bad51b66b2705263c2b4ea6d2cda9e99dbf.tar.gz
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/mozilla-devel/Makefile')
-rw-r--r--www/mozilla-devel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 5889a44..c1c8eb1 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/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?=\
OpenPOWER on IntegriCloud