aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/mod_log_sql2-dtc/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/www/mod_log_sql2-dtc/Makefile b/www/mod_log_sql2-dtc/Makefile
index 50a1c082277..01366e96713 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= 2
+PORTREVISION= 3
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMESUFFIX= -dtc
@@ -18,6 +18,7 @@ LATEST_LINK= mod_log_sql2
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_APACHE= 22+
CONFIGURE_ARGS+= --with-apxs=${APXS}
SSL_PLIST= ""
PLIST_SUB+= SSL=${SSL_PLIST}
@@ -30,17 +31,5 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql"
CONFIGURE_ARGS+= --with-dbi=${LOCALBASE}
LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi
.endif
-.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
-. if ${AP_VER} == 13
-WITHOUT_SSL= YES
-. endif
-.if defined(WITHOUT_SSL)
-CONFIGURE_ARGS+= --disable-ssl
-SSL_PLIST= "@comment "
-.else
-.if !exists(${LOCALBASE}/include/apache2/mod_ssl.h)
-BROKEN= Please recompile apache2 with SSL support
-.endif
-.endif
.include <bsd.port.post.mk>