diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-31 22:29:06 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-31 22:29:06 +0000 |
commit | 30383bb9101008541e55126542a727a2a5c6df3d (patch) | |
tree | 9aa3f4de897aac7af57ed8b367a5ad20947e75c1 /www/rt38 | |
parent | 0531506af0a5befb9d0da77de30b35e30c48382e (diff) | |
download | ports-30383bb9101008541e55126542a727a2a5c6df3d.tar.gz ports-30383bb9101008541e55126542a727a2a5c6df3d.zip |
Notes
Diffstat (limited to 'www/rt38')
-rw-r--r-- | www/rt38/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile index 3f3def09b0a2..43c6a067d495 100644 --- a/www/rt38/Makefile +++ b/www/rt38/Makefile @@ -13,7 +13,7 @@ PORTNAME= rt PORTVERSION= 3.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -30,13 +30,13 @@ LATEST_LINK= rt38 OPTIONS= MYSQL "Enable MySQL backend" on \ APACHE "Enable ${APACHE_PORT} server" on \ - MODPERL2 "Enable mod_perl2 support" on \ + MODPERL "Enable mod_perl support" on \ POSTGRESQL "Enable Postgresql backend" off \ ORACLE "Enable Oracle backend" off \ SQLITE "Enable SQLite backend" off \ DEV "Configure for Developers" off \ STANDALONE "Enable standalone server" off \ - MODPERL "Enable mod_perl support" off \ + MODPERL2 "Enable mod_perl2 support" off \ FASTCGI "Enable FastCGI support" off \ GRAPHVIZ "Enable GraphViz charts" on |