pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libmicrohttpd libmicrohttpd: make curl a build dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19e585d414db
branches:  trunk
changeset: 444939:19e585d414db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 14 17:17:30 2021 +0000

description:
libmicrohttpd: make curl a build dependency.

Only needed for tests.

Bump PKGREVISION.

diffstat:

 www/libmicrohttpd/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c7c9b29e1d6c -r 19e585d414db www/libmicrohttpd/Makefile
--- a/www/libmicrohttpd/Makefile        Thu Jan 14 16:31:00 2021 +0000
+++ b/www/libmicrohttpd/Makefile        Thu Jan 14 17:17:30 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2021/01/14 16:10:57 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2021/01/14 17:17:30 wiz Exp $
 
 DISTNAME=      libmicrohttpd-0.9.72
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GNU:=libmicrohttpd/}
 
@@ -24,5 +24,6 @@
 
 .include "../../security/gnutls/buildlink3.mk"
 # This is actually only needed for tests, but linked
+BUILDLINK_DEPMETHOD.curl=      build
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index