aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_pgsql
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-15 20:29:37 +0800
committeredwin <edwin@FreeBSD.org>2003-01-15 20:29:37 +0800
commitb52d3ca61e1042784e33f5e02695033ee1ccb061 (patch)
tree826a6fca622483bc661c26d15af6634569c70733 /www/mod_auth_pgsql
parent524d52b552c5ef7ae02498781e50cf3fd50671cd (diff)
downloadfreebsd-ports-gnome-b52d3ca61e1042784e33f5e02695033ee1ccb061.tar.gz
freebsd-ports-gnome-b52d3ca61e1042784e33f5e02695033ee1ccb061.tar.zst
freebsd-ports-gnome-b52d3ca61e1042784e33f5e02695033ee1ccb061.zip
libpq.so.3 is it these days
PR: ports/47094 Submitted by: Igor Roboul <igorr@speechpro.com>
Diffstat (limited to 'www/mod_auth_pgsql')
-rw-r--r--www/mod_auth_pgsql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile
index 1fbde23fdcd4..de2d944be166 100644
--- a/www/mod_auth_pgsql/Makefile
+++ b/www/mod_auth_pgsql/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= ports@freebsd.org
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${APACHE_PORT}
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}