summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2019-03-04 14:14:15 +0000
committerhe <he@pkgsrc.org>2019-03-04 14:14:15 +0000
commitb4e01417283b32abf79d909a919e741c21a91fa1 (patch)
tree7da96fd84ab85e97286bf6ac7c1c068881fc9e82 /net
parent0f0c0a9778bdee08462e349c3a86933ee0e8f8ab (diff)
downloadpkgsrc-b4e01417283b32abf79d909a919e741c21a91fa1.tar.gz
The fstrm library needs libevent>=2.0, so say so.
Diffstat (limited to 'net')
-rw-r--r--net/fstrm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/fstrm/Makefile b/net/fstrm/Makefile
index eed441abfbd..cdfc7c6b555 100644
--- a/net/fstrm/Makefile
+++ b/net/fstrm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/01/16 13:49:29 he Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/04 14:14:15 he Exp $
DISTNAME= fstrm-0.4.0
CATEGORIES= net
@@ -19,6 +19,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES+= c
+BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0
+
pre-configure:
cd ${WRKSRC} && sh ./autogen.sh