diff options
author | johans <johans@FreeBSD.org> | 2013-05-01 00:06:27 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-05-01 00:06:27 +0800 |
commit | 60208a642b02414b2f972c0dd141649c8e0741d8 (patch) | |
tree | deaa92df9b605a3bbbbe87966f5bd45721671059 /devel | |
parent | ab7a0d9f72f73a1e96748eb52b8cdc5644d3e744 (diff) | |
download | freebsd-ports-gnome-60208a642b02414b2f972c0dd141649c8e0741d8.tar.gz freebsd-ports-gnome-60208a642b02414b2f972c0dd141649c8e0741d8.tar.zst freebsd-ports-gnome-60208a642b02414b2f972c0dd141649c8e0741d8.zip |
Explicitly list minimal version of GNU M4 to use (1.4.16);
may avoid issues for people who haven't updated m4 in over 2 years
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 9eed60d0ee93..71da5785931d 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4 +RUN_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4 USES= charsetfix USE_XZ= yes |