diff options
-rw-r--r-- | www/nspostgres/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile index fb33424099df..37f189d08c34 100644 --- a/www/nspostgres/Makefile +++ b/www/nspostgres/Makefile @@ -13,8 +13,9 @@ DISTNAME= nspostgres3_0 MAINTAINER= jkoshy@freebsd.org -RUN_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \ +BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \ ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7 +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/nspostgres |