svn commit: r316946 - head/devel/bison

Johan van Selst johans at FreeBSD.org
Tue Apr 30 16:06:28 UTC 2013


Author: johans
Date: Tue Apr 30 16:06:27 2013
New Revision: 316946
URL: http://svnweb.freebsd.org/changeset/ports/316946

Log:
  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

Modified:
  head/devel/bison/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Tue Apr 30 16:06:18 2013	(r316945)
+++ head/devel/bison/Makefile	Tue Apr 30 16:06:27 2013	(r316946)
@@ -10,8 +10,8 @@ MASTER_SITES=	GNU
 MAINTAINER=	johans at 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


More information about the svn-ports-head mailing list