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/mozilla/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/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index afc960112eb..01f82f53da9 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.131 2004/06/02 14:32:22 taya Exp $ +# $NetBSD: Makefile,v 1.132 2004/06/18 22:40:05 xtraeme Exp $ MOZILLA= mozilla MOZILLA_BIN= mozilla-bin MOZ_VER= 1.6 -PKGREVISION= 2 +PKGREVISION= 3 EXTRACT_SUFX= .tar.bz2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |