diff options
author | kwm <kwm@FreeBSD.org> | 2017-05-17 18:35:03 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-05-17 18:35:03 +0800 |
commit | e4b61fef094562bbd033b67a01fe0fd98acfceb6 (patch) | |
tree | ab6d41845bbdd9eb11a54be571c85672eb3b4160 /net/py-avahi/Makefile | |
parent | 0af45c7edc73a80c68df7db7b93d4650ae89c962 (diff) | |
download | freebsd-ports-gnome-e4b61fef094562bbd033b67a01fe0fd98acfceb6.tar.gz freebsd-ports-gnome-e4b61fef094562bbd033b67a01fe0fd98acfceb6.tar.zst freebsd-ports-gnome-e4b61fef094562bbd033b67a01fe0fd98acfceb6.zip |
py-avahi is python 2 only.
PR: 219322
Submitted by: xmj@
Diffstat (limited to 'net/py-avahi/Makefile')
-rw-r--r-- | net/py-avahi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile index f0549a8b4709..7faf7584b97d 100644 --- a/net/py-avahi/Makefile +++ b/net/py-avahi/Makefile @@ -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: |