diff options
Diffstat (limited to 'www/nspostgres')
-rw-r--r-- | www/nspostgres/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile index e0262cc0be6b..a32fed8e7bcf 100644 --- a/www/nspostgres/Makefile +++ b/www/nspostgres/Makefile @@ -14,7 +14,7 @@ DISTNAME= nspostgres3_0 MAINTAINER= jkoshy@freebsd.org BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \ - ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7 + ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql7 RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/nspostgres |