aboutsummaryrefslogtreecommitdiff
path: root/www/mod_log_sql2-dtc
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2011-03-07 15:59:27 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2011-03-07 15:59:27 +0000
commit8337218886b01af6f7ca509b3d7b20a13f355237 (patch)
tree771d19646bf4dcc6ebb25126d00f3c4822182cbd /www/mod_log_sql2-dtc
parent8f4240402bd8d6d2f6363d5be98576210601f222 (diff)
downloadports-8337218886b01af6f7ca509b3d7b20a13f355237.tar.gz
ports-8337218886b01af6f7ca509b3d7b20a13f355237.zip
- dbi.0 => dbi.1
- bump PORTREVISION
Notes
Notes: svn path=/head/; revision=270452
Diffstat (limited to 'www/mod_log_sql2-dtc')
-rw-r--r--www/mod_log_sql2-dtc/Makefile4
1 files changed, 2 insertions, 2 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>