diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-10 00:33:12 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-10 00:33:12 +0800 |
commit | f0686d399fe34a4aac8113258e355a672e6b7d79 (patch) | |
tree | daa0805a45d6c8f5ff046fc264731174193ea4b6 /www/mozilla | |
parent | 9560cce1191f31daa28fdec906428629994de429 (diff) | |
download | marcuscom-ports-f0686d399fe34a4aac8113258e355a672e6b7d79.tar.gz marcuscom-ports-f0686d399fe34a4aac8113258e355a672e6b7d79.tar.zst marcuscom-ports-f0686d399fe34a4aac8113258e355a672e6b7d79.zip |
Resurrect firefox-devel and update to 3.0.a1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index c19da49f8..9ad791583 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -4,7 +4,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/www/mozilla/Makefile.common,v 1.1 2006/10/18 17:29:07 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.36 2006/12/09 15:32:06 ahze Exp $ # This file contains some reusable components for mozilla ports. It's of # use primarily to apps from the mozilla project itself (such as Firefox, @@ -112,7 +112,7 @@ JPI_LIST?=\ ${LOCALBASE}/jdk1.5.0/jre/plugin/${ARCH}/ns7/libjavaplugin_oji.so \ ${LOCALBASE}/jdk1.4.2/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so -PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ +MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ ${MOZILLA}-xpcom ${MOZILLA}-plugin CPPFLAGS+= -I${X11BASE}/include |