diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-18 22:40:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-18 22:40:04 +0000 |
commit | 3354e6602b3317999c60f262722bfff6c84d78f9 (patch) | |
tree | e61a102c32ce2cda25ed9d0be3f2b546523f1984 /www/firefox/Makefile | |
parent | 2a08695d443d452fc285231d079c3e5b9a9e4b93 (diff) | |
download | pkgsrc-3354e6602b3317999c60f262722bfff6c84d78f9.tar.gz |
Install the .pc (pkgconfig) files, which were disabled in PLIST, they
are required to build some packages.
Bump PKGREVISION.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d425316c70a..f9155bd41a0 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2004/06/02 15:09:01 taya Exp $ +# $NetBSD: Makefile,v 1.5 2004/06/18 22:40:04 xtraeme Exp $ MOZILLA= firefox MOZILLA_BIN= firefox-bin MOZCONFDIR= .mozilla MOZ_VER= 0.8 -PKGREVISION= 3 +PKGREVISION= 4 EXTRACT_SUFX= .tar.bz2 DISTNAME= ${MOZILLA}-source-${MOZ_VER} MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ |