diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-05 00:17:27 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-05 00:17:27 +0800 |
commit | d06672f851077c30382cf17568a1ce424c4865b7 (patch) | |
tree | 561b9c096c5534818e66fa6643882ab83c033878 /databases/py-psycopg | |
parent | ea7f8d054c983e07a8cf26bda7c96a114abd2c6d (diff) | |
download | freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.tar.gz freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.tar.zst freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.zip |
Missed configure scripts in libpq version bump: chase lib version.
Diffstat (limited to 'databases/py-psycopg')
-rw-r--r-- | databases/py-psycopg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index d51a9ef4f0f7..e9fc85afe298 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -16,7 +16,7 @@ MAINTAINER= simuran@shaw.ca RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base -LIB_DEPENDS= pq.2:${PORTSDIR}/${POSTGRESQL_PORT} +LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} POSTGRESQL_PORT?= databases/postgresql7 USE_GMAKE= yes |