svn commit: r322739 - head/textproc/flex

Johan van Selst johans at FreeBSD.org
Thu Jul 11 04:54:06 UTC 2013


Author: johans
Date: Thu Jul 11 04:54:06 2013
New Revision: 322739
URL: http://svnweb.freebsd.org/changeset/ports/322739

Log:
  Add GNU m4 as run dependency of flex
  
  Submitted by:	antoine

Modified:
  head/textproc/flex/Makefile

Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile	Thu Jul 11 04:02:06 2013	(r322738)
+++ head/textproc/flex/Makefile	Thu Jul 11 04:54:06 2013	(r322739)
@@ -2,6 +2,7 @@
 
 PORTNAME=	flex
 PORTVERSION=	2.5.37
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -10,12 +11,14 @@ COMMENT=	Fast lexical analyzer generator
 
 BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man \
 		gm4:${PORTSDIR}/devel/m4
+RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USES=		bison
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 # install flex header to its own dir to avoid conflict with system flex.
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/flex
+CONFIGURE_ENV=	M4=${LOCALBASE}/bin/gm4
 USE_GMAKE=	yes
 MAN1=		flex.1
 INFO=		flex


More information about the svn-ports-all mailing list