aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt38
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2011-08-23 20:18:06 +0800
committeraz <az@FreeBSD.org>2011-08-23 20:18:06 +0800
commitd4a6262a19bccddbafebcea0638d73b7c8fafe69 (patch)
treed23c81b9e6f314c883806cfa9972388976ec21ae /www/rt38
parent292291d157f504225076445db1a411019eda6834 (diff)
downloadfreebsd-ports-gnome-d4a6262a19bccddbafebcea0638d73b7c8fafe69.tar.gz
freebsd-ports-gnome-d4a6262a19bccddbafebcea0638d73b7c8fafe69.tar.zst
freebsd-ports-gnome-d4a6262a19bccddbafebcea0638d73b7c8fafe69.zip
Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.
Diffstat (limited to 'www/rt38')
-rw-r--r--www/rt38/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile
index 4fb438642087..c5d770edd324 100644
--- a/www/rt38/Makefile
+++ b/www/rt38/Makefile
@@ -13,7 +13,7 @@
PORTNAME= rt
PORTVERSION= 3.8.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
@@ -74,7 +74,7 @@ USE_APACHE= 13+
.if defined(WITH_FASTCGI)
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
- ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
+ ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
.endif
.if defined(WITH_GRAPHVIZ)