From 34fa6c853efa04ca648d3d4187d4aec40a00fc0d Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Mon, 31 Jan 2005 00:35:55 +0000 Subject: Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) --- databases/py-pyPgSQL/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'databases/py-pyPgSQL') diff --git a/databases/py-pyPgSQL/Makefile b/databases/py-pyPgSQL/Makefile index b21e1813ef35..f2122326cfa1 100644 --- a/databases/py-pyPgSQL/Makefile +++ b/databases/py-pyPgSQL/Makefile @@ -7,7 +7,7 @@ PORTNAME= pyPgSQL PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pypgsql @@ -18,11 +18,10 @@ MAINTAINER= gerhard.haering@gmx.de COMMENT= A Python DB-API 2 compliant library for using PostgreSQL databases RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base -LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} - -POSTGRESQL_PORT?= databases/postgresql7 WRKSRC= ${WRKDIR}/pypgsql + +USE_PGSQL= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -- cgit v1.2.3