diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-15 12:29:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-15 12:29:37 +0000 |
commit | 17fe25f54ba9447d62f65c454de1176ab5bad348 (patch) | |
tree | f21e9f1ce296669cc5ab21a0e4a6be5b2ee68e9a /www/mod_auth_pgsql | |
parent | 250b8b4360b7c92ade980a83f4d597528f882a0a (diff) |
Notes
Diffstat (limited to 'www/mod_auth_pgsql')
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 2 |
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//} |