pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/erlang-idna



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Jan 16 00:02:07 UTC 2021

Modified Files:
        pkgsrc/net/erlang-idna: Makefile

Log Message:
erlang-idna: Add rebar3 as a build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/erlang-idna/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/erlang-idna/Makefile
diff -u pkgsrc/net/erlang-idna/Makefile:1.1 pkgsrc/net/erlang-idna/Makefile:1.2
--- pkgsrc/net/erlang-idna/Makefile:1.1 Fri Jan 15 23:20:36 2021
+++ pkgsrc/net/erlang-idna/Makefile     Sat Jan 16 00:02:07 2021
@@ -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 @@ HOMEPAGE=       https://github.com/benoitc/erl
 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