svn commit: r369475 - head/deskutils/conkyemail

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 18:07:09 UTC 2014


Author: mva
Date: Sun Sep 28 18:07:08 2014
New Revision: 369475
URL: http://svnweb.freebsd.org/changeset/ports/369475
QAT: https://qat.redports.org/buildarchive/r369475/

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

Modified:
  head/deskutils/conkyemail/Makefile

Modified: head/deskutils/conkyemail/Makefile
==============================================================================
--- head/deskutils/conkyemail/Makefile	Sun Sep 28 17:57:12 2014	(r369474)
+++ head/deskutils/conkyemail/Makefile	Sun Sep 28 18:07:08 2014	(r369475)
@@ -13,10 +13,9 @@ COMMENT=	Email script for conky
 
 RUN_DEPENDS=	conky:${PORTSDIR}/sysutils/conky
 
-USE_PYTHON=	yes
+USES=		python
+USE_PYTHON=	distutils
 NO_BUILD=	yes
-USE_PYDISTUTILS=yes
-INSTALLS_EGGINFO=	yes
 
 WRKSRC=		${WRKDIR}/src
 


More information about the svn-ports-head mailing list