diff options
author | johans <johans@FreeBSD.org> | 2013-07-11 12:54:06 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-07-11 12:54:06 +0800 |
commit | 582d07752c07247a7c7f05d8d54533755e780cb0 (patch) | |
tree | d518cc8f3ada540ec0895fea0b2c1f99b67ea482 /textproc | |
parent | 09370355b27bb4602b9a30e868114b65dc43316f (diff) | |
download | freebsd-ports-gnome-582d07752c07247a7c7f05d8d54533755e780cb0.tar.gz freebsd-ports-gnome-582d07752c07247a7c7f05d8d54533755e780cb0.tar.zst freebsd-ports-gnome-582d07752c07247a7c7f05d8d54533755e780cb0.zip |
Add GNU m4 as run dependency of flex
Submitted by: antoine
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/flex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index 9f32ae5f8553..6911246b0b5d 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -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 |