From 124ab7dda748e809f82a8072a9acf12f288fb745 Mon Sep 17 00:00:00 2001 From: seanc Date: Sat, 18 Jan 2003 22:50:06 +0000 Subject: 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] --- www/nspostgres/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/nspostgres') diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile index 42fc1ae..23428f5 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 -- cgit v1.1