diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-11-04 00:04:18 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-11-04 00:04:18 +0000 |
commit | f5cc86aea113ec6fe10a48986b657aa390053651 (patch) | |
tree | d9dc8b3f418d5160a1a5cf6e323a4b5b694dc718 /databases | |
parent | Add __init__.pyc's for the Hotfixes, since they seem to be created. (diff) |
Allow this to build. It needs python. Set PYTHON_VERSION accordingly.
Notes
Notes:
svn path=/head/; revision=34797
Diffstat (limited to 'databases')
-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 |