pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/erlang Use USE_GLOBAL_DEPS that some Erlang packa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/48e543760f29
branches: trunk
changeset: 361024:48e543760f29
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Thu Apr 13 18:24:45 2017 +0000
description:
Use USE_GLOBAL_DEPS that some Erlang packages seem to use to rely on system dependencies.
diffstat:
lang/erlang/module.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 033e530b222e -r 48e543760f29 lang/erlang/module.mk
--- a/lang/erlang/module.mk Thu Apr 13 17:48:27 2017 +0000
+++ b/lang/erlang/module.mk Thu Apr 13 18:24:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.1 2016/01/15 11:19:06 fhajny Exp $
+# $NetBSD: module.mk,v 1.2 2017/04/13 18:24:45 fhajny Exp $
#
# Simple Erlang module package framework
#
@@ -12,6 +12,9 @@
REBAR?= ${PREFIX}/bin/rebar
MAKE_FLAGS+= REBAR=${REBAR}
+# Used by some Erlang packages to use system deps
+MAKE_ENV+= USE_GLOBAL_DEPS=true
+
ERL_MOD_NAME?= ${DISTNAME:C/-.*//}
ERL_MOD_DIR?= lib/erlang/lib/${ERL_MOD_NAME}-${PKGVERSION_NOREV}
INSTALLATION_DIRS+= ${ERL_MOD_DIR}
Home |
Main Index |
Thread Index |
Old Index