aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2004-01-02 23:51:07 +0800
committerroberto <roberto@FreeBSD.org>2004-01-02 23:51:07 +0800
commit94538eee131f6bde55493146b745f32a5ece3441 (patch)
tree61d18c24f3991745396cf39d081d703c2b4cc986
parent834bee5c63d6e976a2450b85b7455faa5ef62b85 (diff)
downloadfreebsd-ports-graphics-94538eee131f6bde55493146b745f32a5ece3441.tar.gz
freebsd-ports-graphics-94538eee131f6bde55493146b745f32a5ece3441.tar.zst
freebsd-ports-graphics-94538eee131f6bde55493146b745f32a5ece3441.zip
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 <olive@oban.frmug.org>
-rw-r--r--devel/tla/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile
index 1478d7930c7..34336b77022 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