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/firefox-esr | |
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/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 4425df10b871..afde3fd0d6c0 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.1 PORTEPOCH= 1 -CATEGORIES= www +CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}-source |