- Add cdiff to RUN_DEPENDS.

PR:		ports/74638
Submitted by:	Sean Farley <sean-freebsd@farley.org>
Approved by:	maintainer timeout (4 months)
This commit is contained in:
Florent Thoumie 2005-04-14 11:35:14 +00:00
parent 14b78f4e79
commit a98612829d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133317
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= porttools
PORTVERSION= 0.63
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,6 +16,7 @@ MAINTAINER= sergei@FreeBSD.org
COMMENT= Tools for testing and submitting port updates and new ports
RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \
cdiff:${PORTSDIR}/textproc/cdiff \
sudo:${PORTSDIR}/security/sudo
.include <bsd.port.pre.mk>

View File

@ -7,7 +7,7 @@
PORTNAME= porttools
PORTVERSION= 0.63
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,6 +16,7 @@ MAINTAINER= sergei@FreeBSD.org
COMMENT= Tools for testing and submitting port updates and new ports
RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \
cdiff:${PORTSDIR}/textproc/cdiff \
sudo:${PORTSDIR}/security/sudo
.include <bsd.port.pre.mk>