diff options
author | pav <pav@FreeBSD.org> | 2011-03-19 03:19:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-19 03:19:44 +0800 |
commit | 492ac4fadf513c0edd61b5e439a872f3a83da8b3 (patch) | |
tree | 44f453626314d370b960de4ee25f1c8524871162 /devel/otrs | |
parent | fa708bda32be36507e8d337c8cad597a75678aa9 (diff) | |
download | freebsd-ports-gnome-492ac4fadf513c0edd61b5e439a872f3a83da8b3.tar.gz freebsd-ports-gnome-492ac4fadf513c0edd61b5e439a872f3a83da8b3.tar.zst freebsd-ports-gnome-492ac4fadf513c0edd61b5e439a872f3a83da8b3.zip |
- Unbreak by reverting default to apache13
Submitted by: ohauer
Diffstat (limited to 'devel/otrs')
-rw-r--r-- | devel/otrs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 6e3c84b9bc3b..a51fa4d1486f 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -39,11 +39,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date ${SITE_PERL}/XML/FeedPP.pm:${PORTSDIR}/textproc/p5-XML-FeedPP RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= conflicting dependencies - OPTIONS= MYSQL "MySQL database support" on \ PGSQL "PostgreSQL database support" off \ - MODPERL2 "ModPerl2 support" on \ REPORTS_MODULES "Reports support" on \ SMTP "Send email via SMTP" on \ POP3 "Fetch email via POP3" on \ @@ -76,6 +73,7 @@ CLEAN_FILES= scripts/suse* scripts/redhat* \ var/httpd/htdocs/js/thirdparty/ckeditor-3.4.2/_source \ var/httpd/htdocs/skins/Agent/*/img/source +USE_APACHE= 1.3+ USE_PERL5= yes .include <bsd.port.pre.mk> @@ -90,11 +88,8 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-P USE_PGSQL= yes .endif -.ifdef WITH_MODPERL2 -USE_APACHE= 2.2+ +.if ${APACHE_VERSION} > 13 RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.0:${PORTSDIR}/www/mod_perl2 -.else -USE_APACHE= 1.3+ .endif .ifdef WITH_REPORTS_MODULES |