diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-05 11:14:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-05 11:14:22 +0000 |
commit | e8f6ec09e222eb5e9c7ab38ded118c04b43095d6 (patch) | |
tree | 143f06838bd66163593270f1f270ab3e1d7b0604 /sysutils/lire | |
parent | 146cc392b8eda48fae51635bdf248887b01159c9 (diff) | |
download | ports-e8f6ec09e222eb5e9c7ab38ded118c04b43095d6.tar.gz ports-e8f6ec09e222eb5e9c7ab38ded118c04b43095d6.zip |
Notes
Diffstat (limited to 'sysutils/lire')
-rw-r--r-- | sysutils/lire/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index e955fb5e4a6c..668187d048c0 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -26,7 +26,8 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite + ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser OPTIONS= CHARTS "Have Charts output format" On \ HTML "Have HTML or DocBook output format" On \ |