diff options
Diffstat (limited to 'databases/mytop/Makefile')
-rw-r--r-- | databases/mytop/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 64a089fc11dd..557988de2d89 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -7,7 +7,7 @@ PORTNAME= mytop PORTVERSION= 1.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ @@ -16,17 +16,10 @@ COMMENT= A top clone for 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 PERL_CONFIGURE= yes MAN1= mytop.1 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500805 -RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |