diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2004-01-02 15:51:07 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2004-01-02 15:51:07 +0000 |
commit | b8b9d52e7bd813fdc53401ac4e7670e70d90b2b1 (patch) | |
tree | c5d2b7c1b11def04bf063d92b60484fb161934e7 /devel/tla | |
parent | - Update to 1.8.5 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=97090
Diffstat (limited to 'devel/tla')
-rw-r--r-- | devel/tla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |