summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-08-24 12:14:08 +0000
committerwiz <wiz@pkgsrc.org>2012-08-24 12:14:08 +0000
commitc54f1cf80219f9828634db67795373ef2706d60b (patch)
tree6308276d0fed632f7b13e8fa264c8cbb50dd93a6 /net
parentd054a77690cfc4deb463ff7e6b7c8a0a1b81d0ab (diff)
downloadpkgsrc-c54f1cf80219f9828634db67795373ef2706d60b.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/Makefile5
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"