aboutsummaryrefslogtreecommitdiff
path: root/www/rt40
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-08-28 13:58:16 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-08-28 13:58:16 +0000
commit39fed26c106855b2d088b1e4d4bfacda219354d8 (patch)
treeb7dfbf824e9b639b7b12fac6ff6f2686c916b993 /www/rt40
parentc36354398adc1c9de94c559bbd710689d4b8ca87 (diff)
downloadports-39fed26c106855b2d088b1e4d4bfacda219354d8.tar.gz
ports-39fed26c106855b2d088b1e4d4bfacda219354d8.zip
Notes
Diffstat (limited to 'www/rt40')
-rw-r--r--www/rt40/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile
index c5d770edd324..d275fb672ad0 100644
--- a/www/rt40/Makefile
+++ b/www/rt40/Makefile
@@ -13,7 +13,7 @@
PORTNAME= rt
PORTVERSION= 3.8.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
@@ -78,8 +78,8 @@ RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fa
.endif
.if defined(WITH_GRAPHVIZ)
-BUILD_DEPENDS+= ${GRAPVIZ_DEPS}
-RUN_DEPENDS+= ${GRAPVIZ_DEPS}
+BUILD_DEPENDS+= ${GRAPHVIZ_DEPS}
+RUN_DEPENDS+= ${GRAPHVIZ_DEPS}
.endif
.if defined(WITH_MODPERL)