diff options
Diffstat (limited to 'www/rt40/Makefile')
-rw-r--r-- | www/rt40/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index 302025fe32d7..4fb438642087 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -13,6 +13,7 @@ PORTNAME= rt PORTVERSION= 3.8.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -67,7 +68,7 @@ RUN_DEPENDS+= ${STANDALONE_DEPS} .endif .if defined(WITH_APACHE) || defined(WITH_FASTCGI) || defined(WITH_MODPERL) -USE_APACHE= 1.3+ +USE_APACHE= 13+ .endif .if defined(WITH_FASTCGI) |