diff options
author | edwin <edwin@FreeBSD.org> | 2004-03-05 19:14:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-03-05 19:14:22 +0800 |
commit | 91a3253cdf183745688bad6b52613729a9c076a4 (patch) | |
tree | d60ffd08d9207177bab0381697acb753b13e96be /sysutils/lire | |
parent | 9094625d8e41f84ab3a8629d8b96bcff287397d8 (diff) | |
download | freebsd-ports-gnome-91a3253cdf183745688bad6b52613729a9c076a4.tar.gz freebsd-ports-gnome-91a3253cdf183745688bad6b52613729a9c076a4.tar.zst freebsd-ports-gnome-91a3253cdf183745688bad6b52613729a9c076a4.zip |
Add dependency on textproc/p5-XML-Parser
Noticed by: krisbot
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 \ |