aboutsummaryrefslogtreecommitdiff
path: root/www/thundersnarf
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/thundersnarf
parent6c915a423f5d174d1b7d16ba7b4e11ef0027ca10 (diff)
downloadports-1a94993f16c880cefe57adeccb7191a9763e012a.tar.gz
ports-1a94993f16c880cefe57adeccb7191a9763e012a.zip
- 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/thundersnarf')
-rw-r--r--www/thundersnarf/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/thundersnarf/Makefile b/www/thundersnarf/Makefile
index 4fd02925e011..4eaf2d80d001 100644
--- a/www/thundersnarf/Makefile
+++ b/www/thundersnarf/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: thundersnarf
-# Date created: 2010-05-20
-# Whom: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
-#
# $FreeBSD$
-#
PORTNAME= thundersnarf
PORTVERSION= 1.3
@@ -28,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:R}
.include <bsd.port.pre.mk>
.if defined (WITH_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if defined (WITH_PGSQL)