diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-18 22:50:06 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-18 22:50:06 +0000 |
commit | 124ab7dda748e809f82a8072a9acf12f288fb745 (patch) | |
tree | 92989088209a18169ed2eeb5b01ad91d013e7002 /www/nspostgres | |
parent | 864635ab1b7b6c2d573d321e715fa57489ddbe6d (diff) | |
download | FreeBSD-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/nspostgres')
-rw-r--r-- | www/nspostgres/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |