diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-16 21:28:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-16 21:28:31 +0000 |
commit | 30467d1fc1e946b0a17e631add863381165aadb1 (patch) | |
tree | cb95179fb8509f20df8d7fc6626a7ee60f23afc9 /devel/otrs | |
parent | b481c6c03a40b79399d5927c2aea153d78d9c065 (diff) | |
download | ports-30467d1fc1e946b0a17e631add863381165aadb1.tar.gz ports-30467d1fc1e946b0a17e631add863381165aadb1.zip |
Notes
Diffstat (limited to 'devel/otrs')
-rw-r--r-- | devel/otrs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 0035e0a711f4..6e3c84b9bc3b 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -39,6 +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 \ |