diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /databases/mysqlidxchk | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) |
Notes
Diffstat (limited to 'databases/mysqlidxchk')
-rw-r--r-- | databases/mysqlidxchk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysqlidxchk/Makefile b/databases/mysqlidxchk/Makefile index ebb2e4dca8a8..53cb9a20d41c 100644 --- a/databases/mysqlidxchk/Makefile +++ b/databases/mysqlidxchk/Makefile @@ -15,9 +15,9 @@ EXTRACT_SUFX= .tgz 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}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql NO_WRKSUBDIR= yes |