summaryrefslogtreecommitdiff
path: root/www/mod_auth_pgsql
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-15 12:29:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-15 12:29:37 +0000
commit17fe25f54ba9447d62f65c454de1176ab5bad348 (patch)
treef21e9f1ce296669cc5ab21a0e4a6be5b2ee68e9a /www/mod_auth_pgsql
parentChase MASTER_SITE_REDHAT_LINUX. (diff)
libpq.so.3 is it these days
PR: ports/47094 Submitted by: Igor Roboul <igorr@speechpro.com>
Notes
Notes: svn path=/head/; revision=73162
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//}