diff options
author | roberto <roberto@FreeBSD.org> | 2004-03-01 22:20:03 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2004-03-01 22:20:03 +0000 |
commit | 641224af0cf06f37eb6615a460b7bcff1307bd6c (patch) | |
tree | 85fc1eef75261272be1bdebe19e85626b3ecff54 /devel/tla | |
parent | 515bb71819c7ff62c7165be459300d0e548a054e (diff) | |
download | FreeBSD-ports-641224af0cf06f37eb6615a460b7bcff1307bd6c.zip FreeBSD-ports-641224af0cf06f37eb6615a460b7bcff1307bd6c.tar.gz |
Put the right BUILD/RUN dependencies as gdiff/gpatch are both needed for
building and running tla.
Suggested by: tobez
Diffstat (limited to 'devel/tla')
-rw-r--r-- | devel/tla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 077472b..4911152 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 |