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/rt40 | |
parent | 6c915a423f5d174d1b7d16ba7b4e11ef0027ca10 (diff) | |
download | ports-1a94993f16c880cefe57adeccb7191a9763e012a.tar.gz ports-1a94993f16c880cefe57adeccb7191a9763e012a.zip |
Notes
Diffstat (limited to 'www/rt40')
-rw-r--r-- | www/rt40/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index f6cb37679547..bdf531eb3fe1 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: rt38 -# Date created: 26 December 2008 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ PORTNAME= rt @@ -85,7 +81,7 @@ RUN_DEPENDS+= ${MODPERL2_DEPS} .endif .if ${PORT_OPTIONS:MAP_MODFASTCGI} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \ ${FASTCGI_DEPS} |