diff options
author | ghen <ghen@pkgsrc.org> | 2007-09-22 11:38:59 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-09-22 11:38:59 +0000 |
commit | bc855fb650f72f4d588d262b6c54869394e74764 (patch) | |
tree | 42858fccf858ad9fb7086659d56340e349b880c5 /www/seamonkey-gtk1/Makefile | |
parent | b0bfc1fc776c6e05da8df8faf23f6e6dc973ad91 (diff) | |
download | pkgsrc-bc855fb650f72f4d588d262b6c54869394e74764.tar.gz |
Add --enable-system-cairo to CONFIGURE_ARGS to fix build problem with recent
cairo versions that conflict with Mozilla's included version.
Reported via PR#37006 and fixed with input from Vincent on tech-pkg@netbsd.org.
Bump PKGREVISION.
Diffstat (limited to 'www/seamonkey-gtk1/Makefile')
-rw-r--r-- | www/seamonkey-gtk1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey-gtk1/Makefile b/www/seamonkey-gtk1/Makefile index 9a33bdd9352..7238887cb22 100644 --- a/www/seamonkey-gtk1/Makefile +++ b/www/seamonkey-gtk1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2007/05/31 12:29:39 ghen Exp $ +# $NetBSD: Makefile,v 1.16 2007/09/22 11:38:59 ghen Exp $ MOZILLA= seamonkey-gtk1 +PKGREVISION= 1 COMMENT= Full featured gecko-based browser built with GTK1 |