summaryrefslogtreecommitdiff
path: root/www/nspostgres
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/nspostgres
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/nspostgres')
-rw-r--r--www/nspostgres/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile
index 42fc1ae1d54b..23428f5d7db3 100644
--- a/www/nspostgres/Makefile
+++ b/www/nspostgres/Makefile
@@ -15,9 +15,11 @@ DISTNAME= nspostgres3_0
MAINTAINER= jkoshy@freebsd.org
BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \
- ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql7
+ ${LOCALBASE}/bin/postmaster:${PORTSDIR}/${POSTGRESQL_PORT}
RUN_DEPENDS= ${BUILD_DEPENDS}
+POSTGRESQL_PORT?= databases/postgresql7
+
WRKSRC= ${WRKDIR}/nspostgres
USE_GMAKE= yes