diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-04-29 08:16:26 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-04-29 08:16:26 +0000 |
commit | 7e893fe7d3bd41317fe395d20cdeeff65738597d (patch) | |
tree | 725ce1d3a176013130317aba7b2cf36f1ee2cf5d /databases/mytop | |
parent | 88d9900dd2652587ba325a4ddc4745955f9a626b (diff) | |
download | ports-7e893fe7d3bd41317fe395d20cdeeff65738597d.tar.gz ports-7e893fe7d3bd41317fe395d20cdeeff65738597d.zip |
Notes
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 4ef027391f38..62e0f58cdce4 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey +CONFLICTS= mariadb-scripts-[0-9]* + PERL_CONFIGURE= yes MAN1= mytop.1 |