diff options
-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 5be91047dec..64a089fc11d 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A top clone for MySQL -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \ p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey |