diff options
Diffstat (limited to 'www/mod_log_sql2/Makefile')
-rw-r--r-- | www/mod_log_sql2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 3e4395445289..50b4645ff425 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= mod_log_sql -PORTVERSION= 1.97 +PORTVERSION= 1.99 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ @@ -20,6 +20,9 @@ USE_GMAKE= yes CONFIGURE_ARGS+= --with-apxs=${APXS} SSL_PLIST= "@comment " PLIST_SUB+= SSL=${SSL_PLIST} +CONFIGURE_ARGS+= --with-dbi=${LOCALBASE} +LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" |