diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /sysutils | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | ports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dtc/Makefile | 4 |
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) |