summaryrefslogtreecommitdiff
path: root/databases/py-pyPgSQL
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
commit854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a (patch)
treef88c389e8df55959ea41553d1092d862b9ce7575 /databases/py-pyPgSQL
parentUpdate to 2.10.0. (diff)
Missed configure scripts in libpq version bump: chase lib version.
Notes
Notes: svn path=/head/; revision=72513
Diffstat (limited to 'databases/py-pyPgSQL')
-rw-r--r--databases/py-pyPgSQL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-pyPgSQL/Makefile b/databases/py-pyPgSQL/Makefile
index ad2d6e02ce28..f02d64dee52d 100644
--- a/databases/py-pyPgSQL/Makefile
+++ b/databases/py-pyPgSQL/Makefile
@@ -16,7 +16,9 @@ DISTNAME= pyPgSQL-${PORTVERSION}
MAINTAINER= gerhard.haering@gmx.de
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+
+POSTGRESQL_PORT?= databases/postgresql7
WRKSRC= ${WRKDIR}/pypgsql
USE_PYTHON= yes