mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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)
This commit is contained in:
parent
15074aff97
commit
6f6d3e2274
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324068
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user