diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-06 12:49:35 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-06 12:49:35 +0800 |
commit | bb4b5d8a1f9acb52f18fe07b194e8aa853828dc5 (patch) | |
tree | 726fecfa8f2d7118fde08acedee1da2cb998f50a /sysutils/dtc | |
parent | b32597c9b55992083725b438aac1e865be8b0063 (diff) | |
download | freebsd-ports-gnome-bb4b5d8a1f9acb52f18fe07b194e8aa853828dc5.tar.gz freebsd-ports-gnome-bb4b5d8a1f9acb52f18fe07b194e8aa853828dc5.tar.zst freebsd-ports-gnome-bb4b5d8a1f9acb52f18fe07b194e8aa853828dc5.zip |
- WITH_APACHE2 is dead
PR: ports/146900
Submitted by: pgollucci@ (myself)
Approved by: maintainer timeout (thomas@goirand.fr; 14 days)
Diffstat (limited to 'sysutils/dtc')
-rw-r--r-- | sysutils/dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 7c176cef24b1..7b106adab7c3 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -103,7 +103,7 @@ RUN_DEPENDS+= ${LOCALBASE}/www/squirrelmail/src/login.php:${PORTSDIR}/mail/squir RUN_DEPENDS+= ${LOCALBASE}/www/phpMyAdmin/index.html:${PORTSDIR}/databases/phpmyadmin .endif -.if defined(WITH_APACHE2) +.if defined(WITH_APACHE) USE_APACHE= 2.2+ .endif |