diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 09:05:03 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 09:05:03 +0000 |
commit | c21b692e52c2145e35b7514ecedb80c0ec3bf3bf (patch) | |
tree | ba6112cae5b3f749b6a21a232568d7db77db5766 /net/avahi-app | |
parent | 16889754efa05f2e124830d219c4872c6bee7bdb (diff) |
Notes
Diffstat (limited to 'net/avahi-app')
-rw-r--r-- | net/avahi-app/Makefile | 8 |
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 \ |