diff options
author | clsung <clsung@FreeBSD.org> | 2011-03-07 23:59:27 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-03-07 23:59:27 +0800 |
commit | bf611f32e5955d5ef614b66c8452904d878d27ac (patch) | |
tree | 4d063bf0926e5eaf08216d244ab73cc9d81c20c9 /www | |
parent | 177f1745e85b5ed20524e4e0cf7551fdbf9f783c (diff) | |
download | freebsd-ports-gnome-bf611f32e5955d5ef614b66c8452904d878d27ac.tar.gz freebsd-ports-gnome-bf611f32e5955d5ef614b66c8452904d878d27ac.tar.zst freebsd-ports-gnome-bf611f32e5955d5ef614b66c8452904d878d27ac.zip |
- dbi.0 => dbi.1
- bump PORTREVISION
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 |