- Convert to USES=python

Approved by:	portmgr (implicit)
This commit is contained in:
Marcus von Appen 2014-10-02 07:36:36 +00:00
parent e6677c68cb
commit b10d6f18a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369798

View file

@ -35,12 +35,10 @@ INSTALL_WRKSRC= ${WRKSRC}/linux
USE_GNOME= gconf2 gtk20
USE_GSTREAMER= python gconf
USES= gettext gmake pkgconfig desktop-file-utils shared-mime-info
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= gettext gmake pkgconfig desktop-file-utils python shared-mime-info
USE_PYTHON= distutils
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
INSTALLS_EGGINFO= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}