From 4759953cc756aa5c88b43df6eb170eae888ee098 Mon Sep 17 00:00:00 2001 From: mva Date: Sun, 28 Sep 2014 18:07:08 +0000 Subject: - Convert to USES=python Approved by: portmgr (implicit) --- deskutils/conkyemail/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deskutils/conkyemail/Makefile b/deskutils/conkyemail/Makefile index 03c563033fd5..0b66f8ed08e6 100644 --- a/deskutils/conkyemail/Makefile +++ b/deskutils/conkyemail/Makefile @@ -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 -- cgit