diff options
author | kris <kris@FreeBSD.org> | 2002-05-18 10:57:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-18 10:57:03 +0800 |
commit | e2a234b5abc9e22e40c205963762a87e3a21ea86 (patch) | |
tree | ac4a55b30bf3fb8b5c573461743957af5939e180 | |
parent | 4d306b6058b92b7dfb7213776829cf63ed7eb378 (diff) | |
download | freebsd-ports-gnome-e2a234b5abc9e22e40c205963762a87e3a21ea86.tar.gz freebsd-ports-gnome-e2a234b5abc9e22e40c205963762a87e3a21ea86.tar.zst freebsd-ports-gnome-e2a234b5abc9e22e40c205963762a87e3a21ea86.zip |
BROKEN: Cannot find python
-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 af46fb750ab9..70699d71c38e 100644 --- a/databases/zpygresqlda/Makefile +++ b/databases/zpygresqlda/Makefile @@ -14,6 +14,8 @@ DISTNAME= ZPyGreSQLDA-0.3-rjr2 MAINTAINER= nbm@FreeBSD.org +BROKEN= "Cannot find python" + RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 |