aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2019-03-17 17:05:03 +0800
committertcberner <tcberner@FreeBSD.org>2019-03-17 17:05:03 +0800
commit7fb2976418aba0674daa3b3da5ec220b17ad858a (patch)
treeba6112cae5b3f749b6a21a232568d7db77db5766 /net
parent0f6fa297cccc7eb8d3331b5c9a55170f3a8ab558 (diff)
downloadfreebsd-ports-gnome-7fb2976418aba0674daa3b3da5ec220b17ad858a.tar.gz
freebsd-ports-gnome-7fb2976418aba0674daa3b3da5ec220b17ad858a.tar.zst
freebsd-ports-gnome-7fb2976418aba0674daa3b3da5ec220b17ad858a.zip
net/avahi: drop qt4 slave handling (Qt4 deprecation)
Approved by: portmgr (implicit)
Diffstat (limited to 'net')
-rw-r--r--net/avahi-app/Makefile8
1 files changed, 1 insertions, 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 \