Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2017 10:35:04 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441076 - head/net/py-avahi
Message-ID:  <201705171035.v4HAZ4PZ070566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705171035.v4HAZ4PZ070566>