pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/fstrm The fstrm library needs libevent>=2.0, so sa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60f63d7ba5ac
branches:  trunk
changeset: 320385:60f63d7ba5ac
user:      he <he%pkgsrc.org@localhost>
date:      Mon Mar 04 14:14:15 2019 +0000

description:
The fstrm library needs libevent>=2.0, so say so.

diffstat:

 net/fstrm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6a3d1de0d66b -r 60f63d7ba5ac net/fstrm/Makefile
--- a/net/fstrm/Makefile        Mon Mar 04 13:57:20 2019 +0000
+++ b/net/fstrm/Makefile        Mon Mar 04 14:14:15 2019 +0000
@@ -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 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES+=        c
 
+BUILDLINK_API_DEPENDS.libevent+=       libevent>=2.0
+
 pre-configure:
        cd ${WRKSRC} && sh ./autogen.sh
 



Home | Main Index | Thread Index | Old Index