From 94538eee131f6bde55493146b745f32a5ece3441 Mon Sep 17 00:00:00 2001 From: roberto Date: Fri, 2 Jan 2004 15:51:07 +0000 Subject: The diffutils package should be a BUILD_DEPENDS to satisfy the configure script. Shut down a portlint warning too. Committed because I did the previous update. PR: ports/60820 Submitted by: Olivier Tharan --- devel/tla/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 1478d7930c76..34336b770229 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -10,13 +10,13 @@ PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= http://regexps.srparish.net/src/${PORTNAME}/ \ http://arch.quackerhead.com/~lord/releases/${PORTNAME}/ -DISTNAME= tla-1.1 MAINTAINER= seanc@FreeBSD.org COMMENT= The original arch source control management CLI written in C RUN_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ gdiff:${PORTSDIR}/textproc/diffutils +BUILD_DEPENDS= gdiff:${PORTSDIR}/textproc/diffutils GNU_CONFIGURE= yes USE_GMAKE= yes -- cgit