aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2002-06-27 13:18:23 +0800
committerJoseph Koshy <jkoshy@FreeBSD.org>2002-06-27 13:18:23 +0800
commit92075db4a4675d002b6187205d7dd4f27788363d (patch)
tree3d31870d54338dcc351f06461df55bc4f8c50b8c /www
parent3f64d37b1c596bf9d7d6d9b978a99453431b8076 (diff)
downloadfreebsd-ports-92075db4a4675d002b6187205d7dd4f27788363d.tar.gz
freebsd-ports-92075db4a4675d002b6187205d7dd4f27788363d.tar.zst
freebsd-ports-92075db4a4675d002b6187205d7dd4f27788363d.zip
Depend on the shared library "libpq.so.2" instead of "$PREFIX/bin/postmaster".
Suggested by: "Marc G. Fournier" <scrappy@hub.org>
Notes
Notes: svn path=/head/; revision=62074
Diffstat (limited to 'www')
-rw-r--r--www/pgdriver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile
index 519587a8242d..3da44edd817b 100644
--- a/www/pgdriver/Makefile
+++ b/www/pgdriver/Makefile
@@ -13,8 +13,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@freebsd.org
-BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \
- ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS= ${BUILD_DEPENDS}
MAKEFILE= makefile