aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2004-03-02 06:20:03 +0800
committerroberto <roberto@FreeBSD.org>2004-03-02 06:20:03 +0800
commit641224af0cf06f37eb6615a460b7bcff1307bd6c (patch)
tree85fc1eef75261272be1bdebe19e85626b3ecff54 /devel
parent515bb71819c7ff62c7165be459300d0e548a054e (diff)
downloadfreebsd-ports-gnome-641224af0cf06f37eb6615a460b7bcff1307bd6c.tar.gz
freebsd-ports-gnome-641224af0cf06f37eb6615a460b7bcff1307bd6c.tar.zst
freebsd-ports-gnome-641224af0cf06f37eb6615a460b7bcff1307bd6c.zip
Put the right BUILD/RUN dependencies as gdiff/gpatch are both needed for
building and running tla. Suggested by: tobez
Diffstat (limited to 'devel')
-rw-r--r--devel/tla/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile
index 077472b42a4a..49111521aac1 100644
--- a/devel/tla/Makefile
+++ b/devel/tla/Makefile
@@ -16,9 +16,9 @@ MASTER_SITE_SUBDIR= gnu-arch
MAINTAINER= seanc@FreeBSD.org
COMMENT= The original arch source control management CLI written in C
-RUN_DEPENDS= gpatch:${PORTSDIR}/devel/patch \
+BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \
gdiff:${PORTSDIR}/textproc/diffutils
-BUILD_DEPENDS= gdiff:${PORTSDIR}/textproc/diffutils
+RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_GMAKE= yes