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/thundercache | |
parent | 6c915a423f5d174d1b7d16ba7b4e11ef0027ca10 (diff) | |
download | ports-1a94993f16c880cefe57adeccb7191a9763e012a.tar.gz ports-1a94993f16c880cefe57adeccb7191a9763e012a.zip |
Notes
Diffstat (limited to 'www/thundercache')
-rw-r--r-- | www/thundercache/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile index 7f33e7b210bf..90f1a8969911 100644 --- a/www/thundercache/Makefile +++ b/www/thundercache/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: thundercache -# Date created: 2010-03-15 -# Whom: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> -# # $FreeBSD$ -# PORTNAME= thundercache PORTVERSION= 6.1 @@ -51,7 +46,7 @@ DISTNAME= thundercache-6.1.201104260900-32bits-fbsd WRKSRC= ${WRKDIR}/thunder .if defined (WITH_APACHE) -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if defined (WITH_PGSQL) |