svn commit: r369476 - head/deskutils/conkyforecast

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


Author: mva
Date: Sun Sep 28 18:11:10 2014
New Revision: 369476
URL: http://svnweb.freebsd.org/changeset/ports/369476
QAT: https://qat.redports.org/buildarchive/r369476/

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

Modified:
  head/deskutils/conkyforecast/Makefile

Modified: head/deskutils/conkyforecast/Makefile
==============================================================================
--- head/deskutils/conkyforecast/Makefile	Sun Sep 28 18:07:08 2014	(r369475)
+++ head/deskutils/conkyforecast/Makefile	Sun Sep 28 18:11:10 2014	(r369476)
@@ -18,10 +18,8 @@ RUN_DEPENDS=	conky:${PORTSDIR}/sysutils/
 		pidof:${PORTSDIR}/sysutils/pidof \
 		fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-INSTALLS_EGGINFO=	yes
-USES=		gettext
+USES=		gettext python
+USE_PYTHON=	distutils
 SUB_FILES=	pkg-message
 SUB_LIST+=	FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
 PLIST_SUB=	FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"


More information about the svn-ports-head mailing list