From 105f0056960f700117a1b76bbadf7e193552356b Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 23 Oct 2004 03:11:45 +0000 Subject: 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. --- www/mozilla-devel/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/mozilla-devel') diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 5889a44c13e3..c1c8eb1617ab 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?=\ -- cgit v1.2.3