diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 04:56:59 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 04:56:59 +0000 |
commit | 3efe84fba63bb6480ec52c1370d1c892147203c8 (patch) | |
tree | e0ba4d40ccb9417ba60436c0576add3a6fea9fdd /databases/mysqlidxchk | |
parent | 417d5cf217d9db43cbf2077dc7885e8a9f57d353 (diff) |
Notes
Diffstat (limited to 'databases/mysqlidxchk')
-rw-r--r-- | databases/mysqlidxchk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysqlidxchk/Makefile b/databases/mysqlidxchk/Makefile index 565695e3aa3d..ebb2e4dca8a8 100644 --- a/databases/mysqlidxchk/Makefile +++ b/databases/mysqlidxchk/Makefile @@ -7,6 +7,7 @@ PORTNAME= mysqlidxchk PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://hackmysql.com/scripts/ EXTRACT_SUFX= .tgz @@ -15,7 +16,6 @@ MAINTAINER= rdna@rdna.ru COMMENT= Checks MySQL databases/tables for unused indexes RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql |