head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2021.05.21.10.31.00; author triaxx; state dead; branches; next 1.1; commitid 3Jv1Gx3vHKeKc0UC; 1.1 date 2021.05.21.06.28.37; author triaxx; state Exp; branches; next ; commitid MXQZqCvgaxbQRYTC; desc @@ 1.2 log @erlang-eimp: Remove useless patch pkgsrc changes: --------------- * Actually lang/erlang/module.mk defines USE_GLOBAL_DEPS=true in the Makefile environment which disables the fetching of dependencies. * Bump revision. @ text @$NetBSD: patch-Makefile,v 1.1 2021/05/21 06:28:37 triaxx Exp $ Use pkgsrc dependencies. --- Makefile.orig 2021-03-24 17:32:32.000000000 +0000 +++ Makefile @@@@ -3,7 +3,7 @@@@ REBAR=./rebar all: src src: - $(REBAR) get-deps compile + $(REBAR) compile clean: $(REBAR) clean @ 1.1 log @erlang-eimp: Change how rebar dependencies are disabled pkgsrc changes: --------------- * Keep the deps entry in rebar.config and remove rebar get-deps in Makefile. * Bump revision. @ text @d1 1 a1 1 $NetBSD$ @