diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
commit | 274e5c4ab31b88a1fa53ad091387d0b2617b304b (patch) | |
tree | aea7d25189b8bbdecadff8ff6a90673a1401dcb0 /devel/otrs | |
parent | 3bf4b652b89943f0b528324f5a355d1e62456272 (diff) | |
download | ports-274e5c4ab31b88a1fa53ad091387d0b2617b304b.tar.gz ports-274e5c4ab31b88a1fa53ad091387d0b2617b304b.zip |
Notes
Diffstat (limited to 'devel/otrs')
-rw-r--r-- | devel/otrs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 46f1d61a389c..069b5d135bcf 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/PDF/API2.pm:${PORTSDIR}/textproc/p5-PDF-API2 \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} OPTIONS= MYSQL "MySQL database support" on \ |