diff options
Diffstat (limited to 'www/mod_log_dbd')
-rw-r--r-- | www/mod_log_dbd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_log_dbd/Makefile b/www/mod_log_dbd/Makefile index 342acceccd12..04dce00e1985 100644 --- a/www/mod_log_dbd/Makefile +++ b/www/mod_log_dbd/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: mod_log_dbd -# Date created: 2006/01/19 -# Whom: Brandon Fosdick <bfoz@bfoz.net> -# +# Created by: Brandon Fosdick <bfoz@bfoz.net> # $FreeBSD$ PORTNAME= mod_log_dbd @@ -16,7 +13,7 @@ COMMENT= Uses APR DBD to store Apache access logs in a database MAKE_JOBS_SAFE= yes -USE_APACHE= 22+ +USE_APACHE= 22 USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apache=${PREFIX} |