diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-20 11:51:54 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-20 11:51:54 +0000 |
commit | fa157eb7501c2ed000af7b7120569789d86ff077 (patch) | |
tree | e593d27474654b902b0e5065b120e23770c47999 /www | |
parent | 9c8977d32de59437172cd0a69fe466219f32493b (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_sql2-dtc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_log_sql2-dtc/Makefile b/www/mod_log_sql2-dtc/Makefile index e200dd865d4c..50a1c082277c 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.100 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ PKGNAMESUFFIX= -dtc @@ -18,7 +18,6 @@ LATEST_LINK= mod_log_sql2 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_APACHE= 2.2+ CONFIGURE_ARGS+= --with-apxs=${APXS} SSL_PLIST= "" PLIST_SUB+= SSL=${SSL_PLIST} |