aboutsummaryrefslogtreecommitdiff
path: root/databases/mtop
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-07-31 22:22:46 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-07-31 22:22:46 +0000
commit6f6d3e2274db298eebb94b0cdb4767fefc2d769b (patch)
tree48a9fc50bcdcfd682052e2a6da03d42870d1d486 /databases/mtop
parent15074aff9732983c0c0ee83c9d5a69a837c2f7b8 (diff)
downloadports-6f6d3e2274db298eebb94b0cdb4767fefc2d769b.tar.gz
ports-6f6d3e2274db298eebb94b0cdb4767fefc2d769b.zip
databases/mtop: fix RUN_DEPENDS
- Trim Makefile header [1] - BUILD_DEPENDS -> RUN_DEPENDS PR: ports/179768 [1] Submitted by: Frank Wall <fw moov.de> Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=324068
Diffstat (limited to 'databases/mtop')
-rw-r--r--databases/mtop/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/databases/mtop/Makefile b/databases/mtop/Makefile
index ec6cc43e5b76..5e5f71452857 100644
--- a/databases/mtop/Makefile
+++ b/databases/mtop/Makefile
@@ -1,21 +1,16 @@
-# ex:ts=8
-# Ports collection makefile for: mtop
-# Date created: Dec 17, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= mtop
PORTVERSION= 0.6.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= tut@nhamon.com.ua
COMMENT= MySQL Monitoring Tool
-BUILD_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
+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