diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2001-09-05 13:00:56 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2001-09-05 13:00:56 +0800 |
commit | c94af85146e0ce260b28f4403b011f381875c7c5 (patch) | |
tree | 67d33eba96fdef4982f65cedc43d10358aed790c /www | |
parent | 9e7f81a369bd3f0b8e87a981302bee78b3146fa5 (diff) | |
download | freebsd-ports-gnome-c94af85146e0ce260b28f4403b011f381875c7c5.tar.gz freebsd-ports-gnome-c94af85146e0ce260b28f4403b011f381875c7c5.tar.zst freebsd-ports-gnome-c94af85146e0ce260b28f4403b011f381875c7c5.zip |
Correct dependency line.
Diffstat (limited to 'www')
-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 |