1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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
This commit is contained in:
Johan van Selst 2013-04-30 16:06:27 +00:00
parent 650fe78e28
commit 3fda560dd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316946

View File

@ -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