diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /textproc/flex | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'textproc/flex')
-rw-r--r-- | textproc/flex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index 1f0798763e19..19de8ca27b84 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -7,16 +7,17 @@ PORTNAME= flex PORTVERSION= 2.5.33 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= Fast lexical analyzer generator -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison2 \ - help2man:${PORTSDIR}/misc/help2man \ +BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ gm4:${PORTSDIR}/devel/m4 +USE_BISON= build USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls |