diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-09-05 05:00:56 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-09-05 05:00:56 +0000 |
commit | 46d0d77fc22fe51d6996df0aa9a82df90ed31335 (patch) | |
tree | cfcbe67512306d3e4b0889cb470a80ea8cff51d0 | |
parent | Chase the checksum. Some code changes to the HTML-parsing code, looks (diff) |
Correct dependency line.
Notes
Notes:
svn path=/head/; revision=47442
Diffstat (limited to '')
-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 |