pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/erlang lang/erlang: Add m4 to USE_TOOLS when erla...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d28cd296e6cb
branches:  trunk
changeset: 333340:d28cd296e6cb
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 05 21:09:11 2019 +0000

description:
lang/erlang: Add m4 to USE_TOOLS when erlang-hipe is enabled.

diffstat:

 lang/erlang/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 161a34e73982 -r d28cd296e6cb lang/erlang/options.mk
--- a/lang/erlang/options.mk    Sun May 05 20:27:12 2019 +0000
+++ b/lang/erlang/options.mk    Sun May 05 21:09:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2016/12/17 13:06:18 rillig Exp $
+# $NetBSD: options.mk,v 1.10 2019/05/05 21:09:11 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.erlang
 PKG_SUPPORTED_OPTIONS=         java erlang-hipe
@@ -38,6 +38,7 @@
 .if !empty(PKG_OPTIONS:Merlang-hipe)
 CONFIGURE_ARGS+=       --enable-hipe
 PLIST_SRC+=            PLIST.hipe
+USE_TOOLS+=            m4
 .else
 CONFIGURE_ARGS+=       --disable-hipe
 .endif



Home | Main Index | Thread Index | Old Index