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/mtr | |
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/mtr')
-rw-r--r-- | net/mtr/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index a31ea7743b29..64c4e005e260 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -25,7 +25,6 @@ USES= autoreconf ncurses pkgconfig GNU_CONFIGURE= yes LDFLAGS+= -lncurses -IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 X11_CONFIGURE_WITH= gtk X11_USE= GNOME=gtk20 |