Date: Thu, 11 Jul 2013 04:54:06 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322739 - head/textproc/flex Message-ID: <201307110454.r6B4s6Xp027098@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307110454.r6B4s6Xp027098>