From 8b38188aaea249118e61692f1cf8cbb741f10d79 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 17 Apr 2003 10:40:48 +0000 Subject: Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it. --- databases/zpygresqlda/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/zpygresqlda/Makefile') diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile index 9a6a5ae79f8a..72a229e471d9 100644 --- a/databases/zpygresqlda/Makefile +++ b/databases/zpygresqlda/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} POSTGRESQL_PORT?= databases/postgresql7 +USE_PYTHON= yes PYTHON_VERSION= python1.5 # You can change this in the environment -- cgit