aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-08-21 01:27:52 +0800
committerohauer <ohauer@FreeBSD.org>2011-08-21 01:27:52 +0800
commitbb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch)
tree0568d65daffcf341d48d7a3227af1e668328225a /sysutils
parentd556b7fc223f0d881ea168a584545ca3278e9756 (diff)
downloadfreebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz
freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst
freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dtc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile
index 377ad5613d02..c6c9237e00a3 100644
--- a/sysutils/dtc/Makefile
+++ b/sysutils/dtc/Makefile
@@ -52,7 +52,7 @@ NO_BUILD= yes
USE_PHP= mysql pcre session
MAN8= dtc-chroot-shell.8
MANCOMPRESSED= no
-USE_APACHE_RUN= 2.2+
+USE_APACHE_RUN= 22+
.if defined(WITH_PHP5)
DEFAULT_PHP_VER=5
@@ -119,7 +119,7 @@ RUN_DEPENDS+= ${LOCALBASE}/www/phpMyAdmin/index.php:${PORTSDIR}/databases/phpmya
.endif
.if defined(WITH_APACHE)
-USE_APACHE= 2.2+
+USE_APACHE= 22+
.endif
.if defined(WITH_DOVECOT)