diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-26 17:15:05 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-26 17:15:05 +0800 |
commit | 612870773fbbecdb1c8585f9ec3a0e00d003e04d (patch) | |
tree | 2593e589dc7bd47d310ec845c1835564a306300b /databases/py-PyGreSQL | |
parent | 03699049be239d167fda5158ef8c7dbce6f6a294 (diff) | |
download | freebsd-ports-gnome-612870773fbbecdb1c8585f9ec3a0e00d003e04d.tar.gz freebsd-ports-gnome-612870773fbbecdb1c8585f9ec3a0e00d003e04d.tar.zst freebsd-ports-gnome-612870773fbbecdb1c8585f9ec3a0e00d003e04d.zip |
after removal of old postgresql port fix dependencies for postgresql7 port
thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
Diffstat (limited to 'databases/py-PyGreSQL')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index 97817504f2fa..6dc0f6aecada 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nectar@FreeBSD.org BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 MAKE_ENV= PYTHON=${PREFIX}/bin/python \ LN="${LN}" SETENV="${SETENV}" MKDIR="${MKDIR}" |