diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 10:55:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 10:55:01 +0000 |
commit | 77f9361fa50ce5b6f7619b289b5b45e17edfc50a (patch) | |
tree | 2c8d6dcc93b0d596cb858881142009571cf6e835 /databases/mytop | |
parent | 7eccf45b927d8d61981895d6e11eb0092c239d59 (diff) | |
download | ports-77f9361fa50ce5b6f7619b289b5b45e17edfc50a.tar.gz ports-77f9361fa50ce5b6f7619b289b5b45e17edfc50a.zip |
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 c97011c77715..5be91047decb 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= p5-DBD-mysql>=1.0:${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 |