diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-17 10:31:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-17 10:31:41 +0000 |
commit | 11ac7085ce0fb07a18fc6cd877b2a4279ce70f7a (patch) | |
tree | 5a9b358bb0ea2f1e6007ea710edf236a60b0abb1 /databases | |
parent | - fix mispelled directory. so re-add mod_log_config-st (diff) |
Remove explicit dependency on datases/p5-DBI, another dependency already
depends on it and the explicit dependency is wrong on perl < 5.6.
Submitted by: kris
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mtop/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mtop/Makefile b/databases/mtop/Makefile index 1b86a956e05b..9318192abaee 100644 --- a/databases/mtop/Makefile +++ b/databases/mtop/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= MySQL Monitoring Tool BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net |