summaryrefslogtreecommitdiffstats
path: root/www/pgdriver
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-18 22:50:06 +0000
committerseanc <seanc@FreeBSD.org>2003-01-18 22:50:06 +0000
commit124ab7dda748e809f82a8072a9acf12f288fb745 (patch)
tree92989088209a18169ed2eeb5b01ad91d013e7002 /www/pgdriver
parent864635ab1b7b6c2d573d321e715fa57489ddbe6d (diff)
downloadFreeBSD-ports-124ab7dda748e809f82a8072a9acf12f288fb745.zip
FreeBSD-ports-124ab7dda748e809f82a8072a9acf12f288fb745.tar.gz
Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should support the POSTGRESQL_PORT tunable. Submitted by: kris/bento[1]
Diffstat (limited to 'www/pgdriver')
-rw-r--r--www/pgdriver/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile
index 3da44ed..827147b 100644
--- a/www/pgdriver/Makefile
+++ b/www/pgdriver/Makefile
@@ -7,16 +7,19 @@
PORTNAME= pgdriver
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www databases
MASTER_SITES= http://openacs.org/sdm/download-package/2/38/
EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@freebsd.org
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS= ${BUILD_DEPENDS}
+POSTGRESQL_PORT?= databases/postgresql7
+
MAKEFILE= makefile
MAKE_ENV+= PREFIX=${PREFIX}
OpenPOWER on IntegriCloud