diff options
author | salo <salo@pkgsrc.org> | 2006-09-26 22:21:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-09-26 22:21:32 +0000 |
commit | 198dc1faaee6065cf5be0e2cf2c0cad39135081c (patch) | |
tree | b97e3b24925fe8f66e14d91fc1a512c07e6d61b6 /www/seamonkey/Makefile | |
parent | e33fa34e93e2ea1ad2cfe9caa18dd40099226c57 (diff) | |
download | pkgsrc-198dc1faaee6065cf5be0e2cf2c0cad39135081c.tar.gz |
Split seamonkey specific parts of Makefile.common into
Makefile-seamonkey.common, modelled after firefox and thunderbird.
www/seamonkey and www/seamonkey-gtk1 test-built by me on i386.
www/seamonkey, www/seamonkey-gtk1, mail/thunderbird, mail/thunderbird-gtk1
and time/sunbird by <oster> on amd64, thanks!
Fixes PR pkg/34622
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 1780456a132..4691bb57153 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/09/24 16:21:33 salo Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/26 22:21:32 salo Exp $ MOZILLA= seamonkey PKGREVISION= 1 @@ -8,5 +8,5 @@ COMMENT= Full featured gecko-based browser MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES -.include "../../www/seamonkey/Makefile.common" +.include "../../www/seamonkey/Makefile-seamonkey.common" .include "../../mk/bsd.pkg.mk" |