diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 16:17:27 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 16:17:27 +0000 |
commit | 854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a (patch) | |
tree | f88c389e8df55959ea41553d1092d862b9ce7575 /databases/py-psycopg | |
parent | bbd86590e0c8f278521f99ec7b9639f9b52a8e2e (diff) | |
download | ports-854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a.tar.gz ports-854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a.zip |
Notes
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 |