diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_sql2-dtc/Makefile | 4 | ||||
-rw-r--r-- | www/mod_log_sql2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_log_sql2-dtc/Makefile b/www/mod_log_sql2-dtc/Makefile index 7664811a1a26..1dc777a493b5 100644 --- a/www/mod_log_sql2-dtc/Makefile +++ b/www/mod_log_sql2-dtc/Makefile @@ -6,7 +6,7 @@ PORTNAME= mod_log_sql PORTVERSION= 1.101 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -32,7 +32,7 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" .include <bsd.port.pre.mk> .if defined(WITH_DBI) || exists(${LOCALBASE}/include/dbi/dbi.h) CONFIGURE_ARGS+= --with-dbi=${LOCALBASE} -LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi +LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi .endif .include <bsd.port.post.mk> diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 79400515117c..1deecd55abe9 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -6,7 +6,7 @@ PORTNAME= mod_log_sql PORTVERSION= 1.101 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -33,7 +33,7 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" .if defined(WITH_DBI) || exists(${LOCALBASE}/include/dbi/dbi.h) CONFIGURE_ARGS+= --with-dbi=${LOCALBASE} -LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi +LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi .endif .if ${APACHE_VERSION} == 13 |