From c21b692e52c2145e35b7514ecedb80c0ec3bf3bf Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sun, 17 Mar 2019 09:05:03 +0000 Subject: net/avahi: drop qt4 slave handling (Qt4 deprecation) Approved by: portmgr (implicit) --- net/avahi-app/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 6d9089c75145..d6b18821f37a 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -37,6 +37,7 @@ CONFIGURE_ARGS?=--with-distro=freebsd \ --disable-doxygen-doc \ --disable-doxygen-dot \ --disable-qt3 \ + --disable-qt4 \ --localstatedir=/var \ --enable-compat-howl CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_KQUEUE @@ -78,13 +79,6 @@ CONFIGURE_ARGS+=--enable-python .else CONFIGURE_ARGS+=--disable-python .endif -.if ${AVAHI_SLAVE} == qt4 -CONFIGURE_ARGS+=--enable-qt4 \ - --disable-expat \ - --disable-gdbm -.else -CONFIGURE_ARGS+=--disable-qt4 -.endif .if ${AVAHI_SLAVE} == qt5 CONFIGURE_ARGS+=--enable-qt5 \ --disable-expat \ -- cgit v1.2.3