summaryrefslogtreecommitdiff
path: root/sysutils/dtc
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
commit7a0bd317631d50743f0a374e87553b67823ce01b (patch)
treea6a20687ac7deead25a53b4c03118c3a00060775 /sysutils/dtc
parent- change default mod_perl version, else the port will not build (diff)
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes: svn path=/head/; revision=280086
Diffstat (limited to 'sysutils/dtc')
-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)