diff options
author | wiz <wiz@pkgsrc.org> | 2021-01-14 17:17:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-01-14 17:17:30 +0000 |
commit | b009c4a752dd27cc0ed5e94b509be3ebb1692573 (patch) | |
tree | ec87cfbf7afb652845e0f60fc7620747ae2de542 | |
parent | cd023c5752c14b1ef8534eefab877a7dc17b6df5 (diff) | |
download | pkgsrc-b009c4a752dd27cc0ed5e94b509be3ebb1692573.tar.gz |
libmicrohttpd: make curl a build dependency.
Only needed for tests.
Bump PKGREVISION.
-rw-r--r-- | www/libmicrohttpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index d98d7812003..537341cb2e7 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -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" |