aboutsummaryrefslogtreecommitdiff
path: root/devel/bison2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-16 00:48:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-16 00:48:39 +0000
commit3e66ddb46c39d35dbb3af9abce7e37f3f4f9afd3 (patch)
tree3a04d6e8651cc2bfad21542c8dc4207fd3730b65 /devel/bison2
parent23cb6224b959ef0c98fdc3ed797f5581e1016f16 (diff)
downloadports-3e66ddb46c39d35dbb3af9abce7e37f3f4f9afd3.tar.gz
ports-3e66ddb46c39d35dbb3af9abce7e37f3f4f9afd3.zip
Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports.
Approved by: kris Discussed on ports
Notes
Notes: svn path=/head/; revision=70216
Diffstat (limited to 'devel/bison2')
-rw-r--r--devel/bison2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile
index 11f745cdd8fe..232b61a29004 100644
--- a/devel/bison2/Makefile
+++ b/devel/bison2/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