diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-12-02 18:47:15 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-12-02 18:47:15 +0000 |
commit | fd60a48f982993654811809f091e3ee762ceac7c (patch) | |
tree | b0b2a7a352ad0ed480fd39dc69db6e8d5e6e08b6 /www/rt38/Makefile | |
parent | b891984286bdc026692cf1aa92ca4b1f3e94dec2 (diff) |
Notes
Diffstat (limited to 'www/rt38/Makefile')
-rw-r--r-- | www/rt38/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile index 1901006896a3..27b3978a2d30 100644 --- a/www/rt38/Makefile +++ b/www/rt38/Makefile @@ -13,6 +13,7 @@ PORTNAME= rt PORTVERSION= 3.8.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -73,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-FCGI + p5-FCGI>=0.74:${PORTSDIR}/www/p5-FCGI .endif .if defined(WITH_GRAPHVIZ) |