svn commit: r351608 - head/dns/py-bonjour

Josh Paetzel jpaetzel at FreeBSD.org
Sat Apr 19 20:21:11 UTC 2014


Author: jpaetzel
Date: Sat Apr 19 20:21:10 2014
New Revision: 351608
URL: http://svnweb.freebsd.org/changeset/ports/351608
QAT: https://qat.redports.org/buildarchive/r351608/

Log:
  Additional port improvements

Modified:
  head/dns/py-bonjour/Makefile

Modified: head/dns/py-bonjour/Makefile
==============================================================================
--- head/dns/py-bonjour/Makefile	Sat Apr 19 19:17:50 2014	(r351607)
+++ head/dns/py-bonjour/Makefile	Sat Apr 19 20:21:10 2014	(r351608)
@@ -15,19 +15,10 @@ USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-OPTIONS_SINGLE=	ZEROCONF
+OPTIONS_SINGLE=			ZEROCONF
 OPTIONS_SINGLE_ZEROCONF=	AVAHI MDNSRESPONDER
-OPTIONS_DEFAULT=	MDNSRESPONDER
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAVAHI}
-BUILD_DEPENDS+=           libdns_sd.so:${PORTSDIR}/net/avahi-libdns
-.endif
-.if ${PORT_OPTIONS:MMDNSRESPONDER}
-BUILD_DEPENDS+=           libdns_sd.so:${PORTSDIR}/net/mDNSResponder
-.endif
-
-RUN_DEPENDS:=   ${BUILD_DEPENDS}
+OPTIONS_DEFAULT=		MDNSRESPONDER
+AVAHI_LIB_DEPENDS=		libdns_sd.so:${PORTSDIR}/net/avahi-libdns
+MDNSRESPONDER_LIB_DEPENDS=	libdns_sd.so:${PORTSDIR}/net/mDNSResponder
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list