diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-04 20:34:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-04 20:34:53 +0800 |
commit | 64f998184dfbeb14d074dcf78ad65378cb662f73 (patch) | |
tree | 354269ccab498517a19d37098a915ce0fcf155c1 /databases | |
parent | 0564204a1f94a6b97ececb4e352e76a76932128e (diff) | |
download | freebsd-ports-gnome-64f998184dfbeb14d074dcf78ad65378cb662f73.tar.gz freebsd-ports-gnome-64f998184dfbeb14d074dcf78ad65378cb662f73.tar.zst freebsd-ports-gnome-64f998184dfbeb14d074dcf78ad65378cb662f73.zip |
- Fix index
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 |