diff options
author | kris <kris@FreeBSD.org> | 2003-04-17 18:40:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-17 18:40:48 +0800 |
commit | 8b38188aaea249118e61692f1cf8cbb741f10d79 (patch) | |
tree | 100bea2f51bba93f7b23222d252c87229baaf68e /databases | |
parent | 43577d32367fdf8aa255e3a99bd4d5bda209bbb1 (diff) | |
download | freebsd-ports-gnome-8b38188aaea249118e61692f1cf8cbb741f10d79.tar.gz freebsd-ports-gnome-8b38188aaea249118e61692f1cf8cbb741f10d79.tar.zst freebsd-ports-gnome-8b38188aaea249118e61692f1cf8cbb741f10d79.zip |
Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/zpygresqlda/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |