diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-02-28 04:31:35 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-02-28 04:31:35 +0000 |
commit | c4954499d4bfdd218639ab66e101199878fafa92 (patch) | |
tree | 6f02fbbb381c6a2c02ae6562f6e97da2c8fadb5d /www/nspostgres | |
parent | reimport biology/genpak (diff) |
Correct dependency specification.
Notes
Notes:
svn path=/head/; revision=38876
Diffstat (limited to '')
-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 |