diff options
author | girgen <girgen@FreeBSD.org> | 2005-01-31 08:35:55 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-01-31 08:35:55 +0800 |
commit | ca9d0e2291f677879c1b36a416eb2ad271850cbc (patch) | |
tree | 339f4530a6f0b38252173ddc8ba47c21226501d3 /www/pgdriver | |
parent | cbe074a01a678ad3149123153f48962b4b035576 (diff) | |
download | freebsd-ports-gnome-ca9d0e2291f677879c1b36a416eb2ad271850cbc.tar.gz freebsd-ports-gnome-ca9d0e2291f677879c1b36a416eb2ad271850cbc.tar.zst freebsd-ports-gnome-ca9d0e2291f677879c1b36a416eb2ad271850cbc.zip |
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)
Diffstat (limited to 'www/pgdriver')
-rw-r--r-- | www/pgdriver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile index a5b357a1a364..a48727c356ac 100644 --- a/www/pgdriver/Makefile +++ b/www/pgdriver/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgdriver PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www databases MASTER_SITES= http://openacs.org/sdm/download-package/2/38/ EXTRACT_SUFX= .tgz @@ -15,11 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= jkoshy@freebsd.org COMMENT= A driver for AOLserver to PostgreSQL connectivity -LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS= ${BUILD_DEPENDS} -POSTGRESQL_PORT?= databases/postgresql7 +USE_PGSQL= yes MAKEFILE= makefile MAKE_ENV+= PREFIX=${PREFIX} |