mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove the wrong dependency on pygtk2 the port actually uses pygobject3
This commit is contained in:
parent
d24192d073
commit
aabdca2752
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550716
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
# $MCom: ports/net/py-avahi/Makefile,v 1.4 2007/07/31 18:24:13 ahze Exp $
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net gnome python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= # empty
|
||||
|
@ -28,7 +28,7 @@ PLIST= ${.CURDIR}/pkg-plist
|
|||
|
||||
AVAHI_SLAVE= python
|
||||
|
||||
USE_GNOME= pygobject3 pygtk2 gtk30
|
||||
USE_GNOME= pygobject3 gtk30
|
||||
USES= python:2.7
|
||||
USE_PYTHON= flavors
|
||||
MANPAGES= avahi-bookmarks.1 avahi-discover.1
|
||||
|
|
Loading…
Add table
Reference in a new issue