diff options
author | bad <bad> | 2015-05-14 15:28:04 +0000 |
---|---|---|
committer | bad <bad> | 2015-05-14 15:28:04 +0000 |
commit | 6421ab7bccde73c3a61a7c55a48bcb0bcd5d204c (patch) | |
tree | 0968853f078407d76301ff0c0892efd7aa6069f3 /www/seamonkey | |
parent | 00bfb13e8dfd7fcf570084602632a755983d3810 (diff) | |
download | pkgsrc-6421ab7bccde73c3a61a7c55a48bcb0bcd5d204c.tar.gz |
GCC 4.6 doesn't cut the mustard anymore. Require 4.8 as that is the best
supported version on NetBSD. PKGREVISION++
Diffstat (limited to 'www/seamonkey')
-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 c0e4eb48cb0..7dce5e46a9f 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.130 2015/04/25 14:25:02 tnn Exp $ +# $NetBSD: Makefile,v 1.131 2015/05/14 15:28:04 bad Exp $ DISTNAME= # empty PKGNAME= seamonkey-${SM_VER:S/b/beta/} -PKGREVISION= 2 +PKGREVISION= 3 SM_VER= 2.33.1 #LIGHTNINGVER= 1.9 CATEGORIES= www |