diff options
Diffstat (limited to 'devel/tla/Makefile')
-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 |