diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2004-03-01 22:20:03 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2004-03-01 22:20:03 +0000 |
commit | aa6785e5a0f489a9c86b0c4154c995c5297139f6 (patch) | |
tree | 834bd57a7569b70351de89aad72857021edb855b /devel/tla | |
parent | 8c046ae2efb0393d4d10ae156ccbac8f231895c2 (diff) | |
download | ports-aa6785e5a0f489a9c86b0c4154c995c5297139f6.tar.gz ports-aa6785e5a0f489a9c86b0c4154c995c5297139f6.zip |
Put the right BUILD/RUN dependencies as gdiff/gpatch are both needed for
building and running tla.
Suggested by: tobez
Notes
Notes:
svn path=/head/; revision=102684
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 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 |