net/mtr: Unhook x11 flavor

This commit is contained in:
2025-05-16 23:08:47 +02:00
parent fc66d345fa
commit 649108407a
-9
View File
@@ -17,16 +17,7 @@ USES= autoreconf ncurses pkgconfig
GNU_CONFIGURE= yes
LDFLAGS+= -lncurses
FLAVORS= x11 nox11
FLAVOR?= ${FLAVORS:[1]}
nox11_PKGNAMESUFFIX= -nox11
.if ${FLAVOR} == x11
CONFIGURE_ARGS+=--with-gtk
USE_GNOME= gtk20
USES+= gnome
.else
CONFIGURE_ARGS+=--without-gtk
.endif
USE_GITHUB= yes
GH_ACCOUNT= traviscross