pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libmicrohttpd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 14 17:17:30 UTC 2021

Modified Files:
        pkgsrc/www/libmicrohttpd: Makefile

Log Message:
libmicrohttpd: make curl a build dependency.

Only needed for tests.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/libmicrohttpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/libmicrohttpd/Makefile
diff -u pkgsrc/www/libmicrohttpd/Makefile:1.60 pkgsrc/www/libmicrohttpd/Makefile:1.61
--- pkgsrc/www/libmicrohttpd/Makefile:1.60      Thu Jan 14 16:10:57 2021
+++ pkgsrc/www/libmicrohttpd/Makefile   Thu Jan 14 17:17:30 2021
@@ -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 @@ CONFIGURE_ARGS+=      --enable-https
 
 .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