diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
commit | 446b7725cb79242bc01d08f7e5e2b4230e5c7fe0 (patch) | |
tree | 88d40bc65a05b30293b5d5582fa0c18fa6701e9b /databases/mytop | |
parent | ab10c2714d9d883bd3f23c64fcffc9dd88272219 (diff) |
Notes
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index f6c144cb66d7..e96a069d7007 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ MAINTAINER= matthew@FreeBSD.org COMMENT= A top clone for MySQL -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ +RUN_DEPENDS= p5-DBD-mysql>1.0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey |