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 /net-p2p | |
parent | 6c915a423f5d174d1b7d16ba7b4e11ef0027ca10 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtgui/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile index ad20ae1c509e..c585fe7b0aa9 100644 --- a/net-p2p/rtgui/Makefile +++ b/net-p2p/rtgui/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: rtgui -# Date created: 14 December 2008 -# Whom: Philippe Audeoud <jadawin@tuxaco.net> -# # $FreeBSD$ -# PORTNAME= rtgui PORTVERSION= 0.2.7 @@ -23,7 +18,7 @@ BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c .include <bsd.port.pre.mk> .if !defined(WITHOUT_APACHE) -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:${PORTSDIR}/www/mod_scgi .elif defined(WITH_LIGHTTPD) RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd |