diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-17 12:25:52 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-17 12:25:52 +0000 |
commit | 32e711e1e8b4ea1768bb3bc0c15176ab78781306 (patch) | |
tree | 61aeefe7232e801ba07018871cbaa51f9284b0df /sysutils/lire | |
parent | 966f7421ad42a719ec6711c4867d5c46192d2338 (diff) |
Remove explicit dependency on p5-DBI, this port already implicitly
depends on it via another dependency and it's wrong for perl < 5.6
Approved by: edwin (maintainer)
Notes
Notes:
svn path=/head/; revision=109337
Diffstat (limited to 'sysutils/lire')
-rw-r--r-- | sysutils/lire/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 4529e8520725..8ea3b65665c6 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -25,7 +25,6 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${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}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ |