svn commit: r441076 - head/net/py-avahi

Koop Mast kwm at FreeBSD.org
Wed May 17 10:35:05 UTC 2017


Author: kwm
Date: Wed May 17 10:35:03 2017
New Revision: 441076
URL: https://svnweb.freebsd.org/changeset/ports/441076

Log:
  py-avahi is python 2 only.
  
  PR:		219322
  Submitted by:	xmj@

Modified:
  head/net/py-avahi/Makefile

Modified: head/net/py-avahi/Makefile
==============================================================================
--- head/net/py-avahi/Makefile	Wed May 17 09:54:32 2017	(r441075)
+++ head/net/py-avahi/Makefile	Wed May 17 10:35:03 2017	(r441076)
@@ -25,7 +25,7 @@ PLIST=		${.CURDIR}/pkg-plist
 AVAHI_SLAVE=	python
 
 USE_GNOME=	pygtk2
-USES=		python
+USES=		python:2
 MANPAGES=	avahi-bookmarks.1 avahi-discover.1
 
 post-patch:


More information about the svn-ports-all mailing list