diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
commit | bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch) | |
tree | 0568d65daffcf341d48d7a3227af1e668328225a /sysutils | |
parent | d556b7fc223f0d881ea168a584545ca3278e9756 (diff) | |
download | freebsd-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/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) |