summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index b02c7b6ef78..2e6d0f4a44a 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,23 +1,17 @@
-# $NetBSD: Makefile,v 1.20 2005/09/17 02:35:19 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/09/22 14:14:04 jlam Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
-PKGREVISION= 3
-
COMMENT= Lightweight gecko-based web browser
_MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
-PKGCONFIG_OVERRIDE+= build/unix/firefox-gtkmozembed.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-js.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-nspr.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-nss.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-plugin.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-xpcom.pc
# Some .pc files are filled in by the build process, so we can't fix the
# rpaths until this has happened.
+#
PKGCONFIG_OVERRIDE_STAGE= post-build
+PKGCONFIG_OVERRIDE+= build/unix/*.pc
.include "../../www/firefox/Makefile-firefox.common"
.include "../../mk/bsd.pkg.mk"