aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-12-22 21:22:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-12-22 21:22:56 +0000
commit60d9982ceaeebc96b15b7a60f834cfbd7d0b4c72 (patch)
tree67a4092a2ebc413550630ae7f27a532b4223c225 /net/avahi
parent772047379cda505347acfcdfffd2329deb88d1c4 (diff)
downloadports-60d9982ceaeebc96b15b7a60f834cfbd7d0b4c72.tar.gz
ports-60d9982ceaeebc96b15b7a60f834cfbd7d0b4c72.zip
Add avahi-qt5 which links against Qt5.
Patches where obtained from avahi upstream. Reported by: adridg@ (qt4 removal) Obtained from: avahi upstream
Notes
Notes: svn path=/head/; revision=488134
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 6ea44f25bbee..c20b3bea1ca3 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -14,7 +14,7 @@ RUN_DEPENDS= avahi-app>=0.7:net/avahi-app
USES= metaport
-OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 PYTHON
+OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 QT5 PYTHON
OPTIONS_DEFAULT=AUTOIPD GTK
AUTOIPD_DESC= IPv4LL network address configuration daemon
GTK_DESC= Gtk+ tools and bindings
@@ -25,6 +25,7 @@ GTK_RUN_DEPENDS= avahi-discover-standalone:net/avahi-gtk
#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:net/avahi-libdns
MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:net/avahi-sharp
QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:net/avahi-qt4
+QT5_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt5.pc:net/avahi-qt5
PYTHON_RUN_DEPENDS= avahi-bookmarks:net/py-avahi
.include <bsd.port.mk>