diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-24 12:14:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-24 12:14:08 +0000 |
commit | 2f9908e1b237934bad0413032710be9144b9e01d (patch) | |
tree | 6308276d0fed632f7b13e8fa264c8cbb50dd93a6 /net | |
parent | 4207a58ac41e3b699a94fa8f4f94e48a3ae43a87 (diff) | |
download | pkgsrc-2f9908e1b237934bad0413032710be9144b9e01d.tar.gz |
Depend on new enough flex. Makes this build on DragonFly BSD.
Problem reported by marino.
Patch tested by Sascha Wildner.
Diffstat (limited to 'net')
-rw-r--r-- | net/freeDiameter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/freeDiameter/Makefile b/net/freeDiameter/Makefile index 1dfaf866ba9..217a8e3a03b 100644 --- a/net/freeDiameter/Makefile +++ b/net/freeDiameter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/08/20 12:17:20 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/08/24 12:14:08 wiz Exp $ # DISTNAME= 1.1.2 @@ -19,7 +19,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_CMAKE= yes CMAKE_ARGS+= -DDISABLE_SCTP:BOOL=ON USE_LANGUAGES= c c++ -USE_TOOLS+= bison pkg-config +USE_TOOLS+= bison flex pkg-config +FLEX_REQD= 2.5.35 .include "options.mk" |