diff options
author | nectar <nectar@FreeBSD.org> | 1998-11-24 01:47:42 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1998-11-24 01:47:42 +0800 |
commit | e8630236e018fb3325bc0a15e1a77bc044cbf372 (patch) | |
tree | b21e944925a0934837ee34ae29834f543b6bb627 /databases | |
parent | bb31c7ac12b6cb012d39b8eed4596e198846633d (diff) | |
download | freebsd-ports-gnome-e8630236e018fb3325bc0a15e1a77bc044cbf372.tar.gz freebsd-ports-gnome-e8630236e018fb3325bc0a15e1a77bc044cbf372.tar.zst freebsd-ports-gnome-e8630236e018fb3325bc0a15e1a77bc044cbf372.zip |
Update of postgresql bumped libpq version number from .1 -> .2
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 4 |
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} |