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/78b09077b713
branches: trunk
changeset: 330609:78b09077b713
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 a41b03460188 -r 78b09077b713 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