diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-12-19 23:24:42 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-12-19 23:24:42 +0800 |
commit | 74e834410785c2eb8a123a98ebfd4816f87ceda7 (patch) | |
tree | cfaa21b4f9cb6887f6f01b4c60004bc8ca78dc38 /www | |
parent | b7c4cc5665ed062c95ea4b6fa6641a388faed434 (diff) | |
download | freebsd-ports-gnome-74e834410785c2eb8a123a98ebfd4816f87ceda7.tar.gz freebsd-ports-gnome-74e834410785c2eb8a123a98ebfd4816f87ceda7.tar.zst freebsd-ports-gnome-74e834410785c2eb8a123a98ebfd4816f87ceda7.zip |
Add USE_APACHE=2.2+, else it tries to build Apache1.3 is nothing is installed
yet ...
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_sql2-dtc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_log_sql2-dtc/Makefile b/www/mod_log_sql2-dtc/Makefile index 598079bc80e4..e200dd865d4c 100644 --- a/www/mod_log_sql2-dtc/Makefile +++ b/www/mod_log_sql2-dtc/Makefile @@ -6,6 +6,7 @@ PORTNAME= mod_log_sql PORTVERSION= 1.100 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ PKGNAMESUFFIX= -dtc @@ -17,6 +18,7 @@ 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} |