diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-04 22:27:55 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-04 22:27:55 +0000 |
commit | 1a94993f16c880cefe57adeccb7191a9763e012a (patch) | |
tree | d04edfd0a189102539fb6f8b0878a6ee664601a1 /www/rt38 | |
parent | 6c915a423f5d174d1b7d16ba7b4e11ef0027ca10 (diff) |
Notes
Diffstat (limited to 'www/rt38')
-rw-r--r-- | www/rt38/Makefile | 6 |
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} |