diff options
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 |