From 3e66ddb46c39d35dbb3af9abce7e37f3f4f9afd3 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 16 Nov 2002 00:48:39 +0000 Subject: Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports. Approved by: kris Discussed on ports --- devel/bison/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/bison') diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 11f745cdd8fe..232b61a29004 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -14,8 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes GNU_CONFIGURE= yes -- cgit v1.2.3