diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/mtop/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'databases/mtop/Makefile')
-rw-r--r-- | databases/mtop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mtop/Makefile b/databases/mtop/Makefile index cb25909e3859..79952289317d 100644 --- a/databases/mtop/Makefile +++ b/databases/mtop/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MySQL Monitoring Tool -RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \ - p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ - p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses \ + p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-Net>=0:net/p5-Net USES= perl5 USE_PERL5= configure |