aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-02-11 13:34:55 +0800
committerseanc <seanc@FreeBSD.org>2003-02-11 13:34:55 +0800
commit47ffd1eb67d5f2973a6927056001b115ac3848eb (patch)
treef9b0b869425fdb9c985ab2574e9bb9a3f482f029
parent83aad0bd53a339e2b30a0ceb19d912a790a341d1 (diff)
downloadfreebsd-ports-gnome-47ffd1eb67d5f2973a6927056001b115ac3848eb.tar.gz
freebsd-ports-gnome-47ffd1eb67d5f2973a6927056001b115ac3848eb.tar.zst
freebsd-ports-gnome-47ffd1eb67d5f2973a6927056001b115ac3848eb.zip
Uncomment dependency on libpq.3/postgresql.
Submitted by: kris/bento
-rw-r--r--databases/py-PyGreSQL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index 9873b95c8fc1..54a5cff397af 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -14,7 +14,7 @@ POSTGRESQL_SUBPORT= YES
BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
-#LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
POSTGRESQL_PORT?= databases/postgresql7