aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-08-01 06:22:46 +0800
committerwg <wg@FreeBSD.org>2013-08-01 06:22:46 +0800
commit82574f27633c863efad43b616952b4e4eed0319b (patch)
tree48a9fc50bcdcfd682052e2a6da03d42870d1d486 /databases
parent2eecb6372adf4ac006ce14973570aafef8ddc53b (diff)
downloadfreebsd-ports-gnome-82574f27633c863efad43b616952b4e4eed0319b.tar.gz
freebsd-ports-gnome-82574f27633c863efad43b616952b4e4eed0319b.tar.zst
freebsd-ports-gnome-82574f27633c863efad43b616952b4e4eed0319b.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)
Diffstat (limited to 'databases')
-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