diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-27 05:18:23 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-27 05:18:23 +0000 |
commit | 92075db4a4675d002b6187205d7dd4f27788363d (patch) | |
tree | 3d31870d54338dcc351f06461df55bc4f8c50b8c /www | |
parent | Update to 1.2.4 (diff) |
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/Makefile | 4 |
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 |