svn commit: r369798 - head/multimedia/miro

Marcus von Appen mva at FreeBSD.org
Thu Oct 2 07:36:37 UTC 2014


Author: mva
Date: Thu Oct  2 07:36:36 2014
New Revision: 369798
URL: https://svnweb.freebsd.org/changeset/ports/369798
QAT: https://qat.redports.org/buildarchive/r369798/

Log:
  - Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/multimedia/miro/Makefile

Modified: head/multimedia/miro/Makefile
==============================================================================
--- head/multimedia/miro/Makefile	Thu Oct  2 07:29:42 2014	(r369797)
+++ head/multimedia/miro/Makefile	Thu Oct  2 07:36:36 2014	(r369798)
@@ -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}
 


More information about the svn-ports-head mailing list