diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 12:34:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 12:34:53 +0000 |
commit | a6b5fafc71d1fbfd5ae41a8f7e635e5673848e00 (patch) | |
tree | 81dff6774ae8160fa6c198bdb58db873d6db21a6 /databases | |
parent | 9745b333d4f50f0f9416b5c0181e5fdba99e77be (diff) |
Notes
Diffstat (limited to 'databases')
-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 5be91047decb..64a089fc11dd 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 |