svn commit: r323437 - head/databases/skytools

John Marino marino at FreeBSD.org
Mon Jul 22 08:24:52 UTC 2013


Author: marino
Date: Mon Jul 22 08:24:51 2013
New Revision: 323437
URL: http://svnweb.freebsd.org/changeset/ports/323437

Log:
  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

Modified:
  head/databases/skytools/Makefile

Modified: head/databases/skytools/Makefile
==============================================================================
--- head/databases/skytools/Makefile	Mon Jul 22 08:11:24 2013	(r323436)
+++ head/databases/skytools/Makefile	Mon Jul 22 08:24:51 2013	(r323437)
@@ -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 \


More information about the svn-ports-all mailing list