From 250af5e0dffa82a99b5d7c50d8f06055075d06af Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 22 Jul 2013 08:24:51 +0000 Subject: [PATCH] databases/skytools: Fix PYTHON specification Python 2.5 is no longer in the tree. Right now all versions of python are considered to be acceptable. Approved by: culot (mentor) Suggested by: jgh --- databases/skytools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile index d0205e88492d..9bfefe27e96e 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -15,7 +15,7 @@ USES= gmake USE_PGSQL= yes WANT_PGSQL_VER= 91- -USE_PYTHON= 2.5+ +USE_PYTHON= yes INSTALLS_EGGINFO= yes MAN1= bulk_loader.1 cube_dispatcher.1 londiste.1 pgqadm.1 queue_mover.1 \