summaryrefslogtreecommitdiff
path: root/www/rt38
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-09-04 22:27:55 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-09-04 22:27:55 +0000
commit1a94993f16c880cefe57adeccb7191a9763e012a (patch)
treed04edfd0a189102539fb6f8b0878a6ee664601a1 /www/rt38
parent- Update to 1.0.3 (diff)
- unbreak build
since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/ with hat apache@
Notes
Notes: svn path=/head/; revision=303678
Diffstat (limited to 'www/rt38')
-rw-r--r--www/rt38/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile
index 960facffce4a..9d4c33b4dd62 100644
--- a/www/rt38/Makefile
+++ b/www/rt38/Makefile
@@ -1,7 +1,3 @@
-# New ports collection makefile for: rt38
-# Date created: 26 December 2008
-# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
-#
# $FreeBSD$
# TODO:
@@ -63,7 +59,7 @@ RUN_DEPENDS+= ${STANDALONE_DEPS}
.endif
.if !empty(PORT_OPTIONS:MAPACHE) || !empty(PORT_OPTIONS:MFASTCGI) || !empty(PORT_OPTIONS:MMODPERL)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MFASTCGI}