pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/erlang-idna erlang-idna: Add rebar3 as a build dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbffbc1453fe
branches:  trunk
changeset: 445022:dbffbc1453fe
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sat Jan 16 00:02:07 2021 +0000

description:
erlang-idna: Add rebar3 as a build dependency

diffstat:

 net/erlang-idna/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 896ff3295ea3 -r dbffbc1453fe net/erlang-idna/Makefile
--- a/net/erlang-idna/Makefile  Sat Jan 16 00:01:10 2021 +0000
+++ b/net/erlang-idna/Makefile  Sat Jan 16 00:02:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/01/15 23:20:36 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2021/01/16 00:02:07 triaxx Exp $
 
 DISTNAME=      idna-6.1.1
 CATEGORIES=    net
@@ -9,6 +9,8 @@
 COMMENT=       Pure Erlang IDNA implementation following the RFC5891
 LICENSE=       mit
 
+BUILD_DEPENDS+=        rebar3-[0-9]*:../../devel/rebar3
+
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 REBAR=         ${PREFIX}/bin/rebar3



Home | Main Index | Thread Index | Old Index