summaryrefslogtreecommitdiff
path: root/devel/bison1875
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/bison1875
parentAdd installation message suggesting path to emacs mode. (diff)
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/bison1875')
-rw-r--r--devel/bison1875/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile
index 11f745cdd8fe..232b61a29004 100644
--- a/devel/bison1875/Makefile
+++ b/devel/bison1875/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