diff options
author | nbm <nbm@FreeBSD.org> | 2000-11-04 08:04:18 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-11-04 08:04:18 +0800 |
commit | 505671ac0229ee80dc0fb1fa1df82f56efa6935b (patch) | |
tree | b6dce349a505e36f9d38b9b3228f97e68f7112bd /databases/zpygresqlda/Makefile | |
parent | b1eb2e60adca7dee58eacd2892d609842906f389 (diff) | |
download | freebsd-ports-gnome-505671ac0229ee80dc0fb1fa1df82f56efa6935b.tar.gz freebsd-ports-gnome-505671ac0229ee80dc0fb1fa1df82f56efa6935b.tar.zst freebsd-ports-gnome-505671ac0229ee80dc0fb1fa1df82f56efa6935b.zip |
Allow this to build. It needs python. Set PYTHON_VERSION accordingly.
Diffstat (limited to 'databases/zpygresqlda/Makefile')
-rw-r--r-- | databases/zpygresqlda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile index 5c489f067772..9746d6730ca8 100644 --- a/databases/zpygresqlda/Makefile +++ b/databases/zpygresqlda/Makefile @@ -16,6 +16,8 @@ MAINTAINER= nbm@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +PYTHON_VERSION= python1.5 + # You can change this in the environment SZOPEBASEDIR?= www/Zope |