summaryrefslogtreecommitdiff
path: root/www/pgdriver/Makefile
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-18 22:50:06 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-18 22:50:06 +0000
commitd9927d40f83d5f4988fb51190f879c5205572b19 (patch)
treef0699f193b418b41028148ec70931498ab8b7db8 /www/pgdriver/Makefile
parentEmail address update for Nicolas Jombart (diff)
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]
Notes
Notes: svn path=/head/; revision=73443
Diffstat (limited to 'www/pgdriver/Makefile')
-rw-r--r--www/pgdriver/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile
index 3da44edd817b..827147becad9 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}