diff options
author | mezz <mezz@FreeBSD.org> | 2006-12-22 10:04:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-12-22 10:04:05 +0800 |
commit | e0ca697515c7dd721d253982ad55a47af4cc7c53 (patch) | |
tree | d10fc28c7bb80cded46ef986b2b8b52061c95d53 /www/seamonkey2 | |
parent | 31caff1ed0bf653540235c50a86c738eb504ac93 (diff) | |
download | freebsd-ports-gnome-e0ca697515c7dd721d253982ad55a47af4cc7c53.tar.gz freebsd-ports-gnome-e0ca697515c7dd721d253982ad55a47af4cc7c53.tar.zst freebsd-ports-gnome-e0ca697515c7dd721d253982ad55a47af4cc7c53.zip |
The ipv6 is supported in these ports, so add ipv6 category.
PR: ports/107057 and ports/107056
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 889c113cf75e..6b7332fc6fef 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -9,7 +9,7 @@ PORTNAME= seamonkey DISTVERSION= 1.0.6 PORTREVISION= 1 -CATEGORIES?= www +CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}.source |