From 54619c101b2cfd2d18e5dcb99e8cea2e5051c789 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Thu, 27 Jun 2002 05:18:23 +0000 Subject: Depend on the shared library "libpq.so.2" instead of "$PREFIX/bin/postmaster". Suggested by: "Marc G. Fournier" --- www/pgdriver/Makefile | 4 ++-- 1 file 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 -- cgit