svn commit: r555238 - head/net/avahi

Rene Ladan rene at FreeBSD.org
Sun Nov 15 17:20:33 UTC 2020


Author: rene
Date: Sun Nov 15 17:20:32 2020
New Revision: 555238
URL: https://svnweb.freebsd.org/changeset/ports/555238

Log:
  net/avahi: remove optional expired dependency on net/py-avahi

Modified:
  head/net/avahi/Makefile

Modified: head/net/avahi/Makefile
==============================================================================
--- head/net/avahi/Makefile	Sun Nov 15 16:27:33 2020	(r555237)
+++ head/net/avahi/Makefile	Sun Nov 15 17:20:32 2020	(r555238)
@@ -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-g
 #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>


More information about the svn-ports-head mailing list