aboutsummaryrefslogtreecommitdiff
path: root/www/rt36/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rt36/Makefile')
-rw-r--r--www/rt36/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile
index 97cdb9f79129..df645fcd396d 100644
--- a/www/rt36/Makefile
+++ b/www/rt36/Makefile
@@ -67,7 +67,11 @@ LATEST_LINK= rt36
HAS_CONFIGURE= yes
NO_BUILD= yes
NO_PACKAGE= Executes scripts in post-install phase
+.if defined(WITH_APACHE2)
+USE_APACHE= 2.0+
+.else
USE_APACHE= 1.3+
+.endif
CONFIGURE_ARGS= --prefix=${RT_PATH} \
--enable-layout=${LAYOUT} \