summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1998-11-23 17:47:42 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1998-11-23 17:47:42 +0000
commit3d5a983cc3a36fc96c84341a47575b901b855b12 (patch)
tree73400d7eab4d397d7e123e4f776e6cb159a4895e /databases
parentenable qt141 (diff)
Update of postgresql bumped libpq version number from .1 -> .2
Notes
Notes: svn path=/head/; revision=14829
Diffstat (limited to 'databases')
-rw-r--r--databases/py-PyGreSQL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index ecd283d25315..41e52f351fdc 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -3,7 +3,7 @@
# Date created: 6/25/1998
# Whom: n@nectar.com
#
-# $Id: Makefile,v 1.8 1998/10/12 04:14:44 jseger Exp $
+# $Id: Makefile,v 1.9 1998/11/13 23:22:58 nectar Exp $
#
DISTNAME= PyGreSQL-2.1
@@ -16,7 +16,7 @@ MAINTAINER= n@nectar.com
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
-LIB_DEPENDS= pq.1:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
WRKSRC= ${WRKDIR}