Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 18:11:11 +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: r369476 - head/deskutils/conkyforecast
Message-ID:  <201409281811.s8SIBBAR079305@svn.freebsd.org>

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



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