diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
commit | ec4d2e2c6db234b65b748216463789fe44f38b98 (patch) | |
tree | 1357e6bdf0293c0dd3cc6168b093d59095e17c9a /www/rt38/Makefile | |
parent | b556daeb839d8cdd98d8386222d5f339d074a383 (diff) | |
download | ports-ec4d2e2c6db234b65b748216463789fe44f38b98.tar.gz ports-ec4d2e2c6db234b65b748216463789fe44f38b98.zip |
Notes
Diffstat (limited to 'www/rt38/Makefile')
-rw-r--r-- | www/rt38/Makefile | 4 |
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) |