From 7bb305038c124cc5dc27633423aed66863fb1d11 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 15 Jan 2005 14:42:42 +0000 Subject: [PATCH] no reason to believe this won't work with any gtar/gdiff. --- devel/tla/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 360b880d83b..3a11a10c31e 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/11/24 00:11:04 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2005/01/15 14:42:42 espie Exp $ COMMENT= "original Arch source control management CLI written in C" @@ -19,8 +19,8 @@ WANTLIB= c m MASTER_SITES= ${MASTER_SITE_GNU:=gnu-arch/} \ http://regexps.srparish.net/src/tla/ -RUN_DEPENDS= ::textproc/gdiff \ - ::archivers/gtar +RUN_DEPENDS= :gdiff-*:textproc/gdiff \ + :gtar-*:archivers/gtar BUILD_DEPENDS= ${RUN_DEPENDS} USE_GMAKE= Yes