diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 09:15:05 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 09:15:05 +0000 |
commit | 441c317dae78f1420ea217c04ee7454d34f3a49f (patch) | |
tree | 3ec1e73b7e451962cfffccd504992efce15713a4 /databases/py-PyGreSQL/Makefile | |
parent | Activate zh-mutt (diff) |
after removal of old postgresql port fix dependencies for postgresql7 port
thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
Notes
Notes:
svn path=/head/; revision=31993
Diffstat (limited to 'databases/py-PyGreSQL/Makefile')
-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}" |