aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-11-15 17:20:32 +0000
committerRene Ladan <rene@FreeBSD.org>2020-11-15 17:20:32 +0000
commit16227e80188c35d0fa64bf72283cad01e52b46cf (patch)
tree11c3df33bccc816c343ac3b2805dc107db3fdd6b /net/avahi
parent763e985f229e0953ba809557f4fb85e0a1427561 (diff)
downloadports-16227e80188c35d0fa64bf72283cad01e52b46cf.tar.gz
ports-16227e80188c35d0fa64bf72283cad01e52b46cf.zip
net/avahi: remove optional expired dependency on net/py-avahi
Notes
Notes: svn path=/head/; revision=555238
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 446cdb0dfee1..63f0749ba9c7 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 QT5 PYTHON
+OPTIONS_DEFINE= AUTOIPD GTK MONO QT5
OPTIONS_DEFAULT=AUTOIPD GTK
AUTOIPD_DESC= IPv4LL network address configuration daemon
GTK_DESC= Gtk+ tools and bindings
@@ -25,6 +25,5 @@ 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
QT5_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt5.pc:net/avahi-qt5
-PYTHON_RUN_DEPENDS= avahi-bookmarks:net/py-avahi
.include <bsd.port.mk>