diff options
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ca5dc204c0a..687a987dad3 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/12/08 09:52:16 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2005/12/10 13:47:22 taya Exp $ MOZILLA= firefox PKGREVISION= 1 @@ -8,11 +8,5 @@ COMMENT= Lightweight gecko-based web browser _MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES -# 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" |