summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-24 12:14:08 +0000
committerwiz <wiz>2012-08-24 12:14:08 +0000
commit2f266ce5ddb0d6d3cb1cd226ba1d547ca214c4b2 (patch)
tree6308276d0fed632f7b13e8fa264c8cbb50dd93a6 /net
parent4badcfc5097edc4dd663fefe8f40823462fba262 (diff)
downloadpkgsrc-2f266ce5ddb0d6d3cb1cd226ba1d547ca214c4b2.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"