diff options
author | shaun <shaun@FreeBSD.org> | 2006-12-11 07:47:06 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-12-11 07:47:06 +0800 |
commit | e706813b7c4a819e3bab0ecfe7cecd32f54f69ac (patch) | |
tree | f2331cb5d4543cefdfc190c7b2a33fe097d3b730 /dns | |
parent | f44c8a5ac7e649139443e5060d20121ede8ee8be (diff) | |
download | freebsd-ports-gnome-e706813b7c4a819e3bab0ecfe7cecd32f54f69ac.tar.gz freebsd-ports-gnome-e706813b7c4a819e3bab0ecfe7cecd32f54f69ac.tar.zst freebsd-ports-gnome-e706813b7c4a819e3bab0ecfe7cecd32f54f69ac.zip |
Add ipv6 secondary category.
PR: ports/106003
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: gabor (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/pdnsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile index ab3dcd3e86f6..3cca278d26da 100644 --- a/dns/pdnsd/Makefile +++ b/dns/pdnsd/Makefile @@ -8,7 +8,7 @@ PORTNAME= pdnsd PORTVERSION= 1.2.4 PORTREVISION= 3 -CATEGORIES= dns +CATEGORIES= dns ipv6 MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-par |