diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-07 21:32:53 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-07 21:32:53 +0000 |
commit | c3f52ca2ae6181a8aec1695fa9da4f344e087e22 (patch) | |
tree | b82b7969582e56a727ad050ec4b6673c280d6202 /www/firefox-gtk1/Makefile | |
parent | 30481ac1be3631cc8833d2e4e766457e82593d16 (diff) | |
download | pkgsrc-c3f52ca2ae6181a8aec1695fa9da4f344e087e22.tar.gz |
Dynamically generate the part of the PLIST for libfreebl. This is because
the exact names of the freebl libraries depends on the platform and they
have a habit of changing even on minor releases. This causes these mozilla
packages to be broken quite a lot on platforms other than NetBSD/i386.
Hopefully this fix will last longer than previous ones. pkgrevision bumps
all around.
Diffstat (limited to 'www/firefox-gtk1/Makefile')
-rw-r--r-- | www/firefox-gtk1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-gtk1/Makefile b/www/firefox-gtk1/Makefile index 6b90ecb6b30..4e94a3486c6 100644 --- a/www/firefox-gtk1/Makefile +++ b/www/firefox-gtk1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2006/11/08 09:50:15 ghen Exp $ +# $NetBSD: Makefile,v 1.16 2007/03/07 21:32:54 dmcmahill Exp $ MOZILLA= firefox-gtk1 +PKGREVISION= 1 COMMENT= Lightweight gecko-based web browser built with GTK+-1.x |