From 2ebf3ef9dadb71bcf8553ba7ef5428f06d42fa07 Mon Sep 17 00:00:00 2001 From: mva Date: Sun, 28 Sep 2014 17:57:12 +0000 Subject: - Convert to USES=python Approved by: portmgr (implicit) --- databases/skytools/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile index cebb7ab341f9..06bbaae34b0f 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -10,11 +10,9 @@ MAINTAINER= sam@cassiba.com COMMENT= PostgreSQL tools from Skype: walshipping, queueing, replication GNU_CONFIGURE= yes -USES= gmake shebangfix +USES= gmake python:2 shebangfix USE_PGSQL= yes -USE_PYTHON= 2 -INSTALLS_EGGINFO= yes python_OLD_CMD= /usr/bin/env python python_CMD= /usr/bin/env python2 -- cgit