pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/fstrm
Module Name: pkgsrc
Committed By: he
Date: Mon Mar 4 14:14:15 UTC 2019
Modified Files:
pkgsrc/net/fstrm: Makefile
Log Message:
The fstrm library needs libevent>=2.0, so say so.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/fstrm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/fstrm/Makefile
diff -u pkgsrc/net/fstrm/Makefile:1.1 pkgsrc/net/fstrm/Makefile:1.2
--- pkgsrc/net/fstrm/Makefile:1.1 Wed Jan 16 13:49:29 2019
+++ pkgsrc/net/fstrm/Makefile Mon Mar 4 14:14:15 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index