diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:17:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:17:15 +0000 |
commit | 88a9b99e26860ec9d37de6535a3a7f13fb87036a (patch) | |
tree | 25bba2b59d3b2155a61c043b440d7e15dbf2f4bf /net/freerdp | |
parent | 0be2ce42f1a49b66c04ed3cb4fcf260b7c8da4c7 (diff) | |
download | freebsd-ports-88a9b99e26860ec9d37de6535a3a7f13fb87036a.zip |
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Diffstat (limited to 'net/freerdp')
-rw-r--r-- | net/freerdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 0319c2beada7..1f67126292ca 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -4,7 +4,7 @@ PORTNAME= freerdp DISTVERSION= 2.0.0-rc4 PORTREVISION= 6 -CATEGORIES= net comms ipv6 +CATEGORIES= net comms PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 649f49f.patch:-p1 effa8b8.patch:-p1 0c83efa.patch:-p1 |