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/qt-pgsql-plugin/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'databases/qt-pgsql-plugin') diff --git a/databases/qt-pgsql-plugin/Makefile b/databases/qt-pgsql-plugin/Makefile index 6ab09ad7fae9..5c01fa9e0bf1 100644 --- a/databases/qt-pgsql-plugin/Makefile +++ b/databases/qt-pgsql-plugin/Makefile @@ -8,6 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.silug.org/pub/qt/ \ @@ -21,11 +22,9 @@ COMMENT= A plugin for QT to connect to PostgreSQL-Databases DB= psql -LIB_DEPENDS+= pq:${PORTSDIR}/${POSTGRESQL_PORT} \ - qt-mt:${PORTSDIR}/x11-toolkits/qt33 - -POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 +USE_PGSQL= yes USE_BZIP2= yes PLUGIN= plugins/src/sqldrivers/${DB} DRIVER= src/sql/drivers/${DB} -- cgit v1.2.3