diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-05-17 10:35:03 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-05-17 10:35:03 +0000 |
commit | cfcdf8e64669de10c4f223372f3e10f50a1f1c9d (patch) | |
tree | ab6d41845bbdd9eb11a54be571c85672eb3b4160 | |
parent | 629bd996ad718d1a50e2d172d1d3ccf474652c75 (diff) |
py-avahi is python 2 only.
PR: 219322
Submitted by: xmj@
Notes
Notes:
svn path=/head/; revision=441076
-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: |