diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 20:17:15 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 20:17:15 +0800 |
commit | 88a9b99e26860ec9d37de6535a3a7f13fb87036a (patch) | |
tree | 25bba2b59d3b2155a61c043b440d7e15dbf2f4bf /net/mad_fcl | |
parent | 0be2ce42f1a49b66c04ed3cb4fcf260b7c8da4c7 (diff) | |
download | freebsd-ports-gnome-88a9b99e26860ec9d37de6535a3a7f13fb87036a.tar.gz freebsd-ports-gnome-88a9b99e26860ec9d37de6535a3a7f13fb87036a.tar.zst freebsd-ports-gnome-88a9b99e26860ec9d37de6535a3a7f13fb87036a.zip |
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Diffstat (limited to 'net/mad_fcl')
-rw-r--r-- | net/mad_fcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mad_fcl/Makefile b/net/mad_fcl/Makefile index fac42835a7b0..ed0a01deeb93 100644 --- a/net/mad_fcl/Makefile +++ b/net/mad_fcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= mad_fcl PORTVERSION= 1.7 -CATEGORIES= net ipv6 +CATEGORIES= net MASTER_SITES= http://mad.cs.tut.fi/download/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src |