Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 07:36:37 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369798 - head/multimedia/miro
Message-ID:  <201410020736.s927abRP011214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410020736.s927abRP011214>