[Midnightbsd-cvs] mports [21710] trunk/databases/postgresql90-plpython/Makefile: force a python ver for now

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 17 23:27:00 EDT 2016


Revision: 21710
          http://svnweb.midnightbsd.org/mports/?rev=21710
Author:   laffer1
Date:     2016-08-17 23:26:59 -0400 (Wed, 17 Aug 2016)
Log Message:
-----------
force a python ver for now

Modified Paths:
--------------
    trunk/databases/postgresql90-plpython/Makefile

Modified: trunk/databases/postgresql90-plpython/Makefile
===================================================================
--- trunk/databases/postgresql90-plpython/Makefile	2016-08-18 03:23:58 UTC (rev 21709)
+++ trunk/databases/postgresql90-plpython/Makefile	2016-08-18 03:26:59 UTC (rev 21710)
@@ -7,13 +7,13 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Module for using Python to write SQL functions
 
-USES+=		pgsql:${WANT_PGSQL_VER} ${WANT_PYTHON_USE}
+USES+=		pgsql:${WANT_PGSQL_VER} python:2
 WANT_PGSQL=	server
+USE_PYTHON=	2
 
 MASTERDIR=	${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server
 
 WANT_PGSQL_VER?=	9.0
-WANT_PYTHON_USE?=	python
 
 CONFIGURE_ARGS=	--with-python
 COMPONENT=	-plpython



More information about the Midnightbsd-cvs mailing list