pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/octave Forgot bsdtar as a dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e18105519e8f
branches:  trunk
changeset: 366004:e18105519e8f
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Aug 01 11:09:14 2017 +0000

description:
Forgot bsdtar as a dependency.

diffstat:

 math/octave/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 07c233aec4a2 -r e18105519e8f math/octave/Makefile
--- a/math/octave/Makefile      Tue Aug 01 11:06:38 2017 +0000
+++ b/math/octave/Makefile      Tue Aug 01 11:09:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2017/08/01 11:06:18 maya Exp $
+# $NetBSD: Makefile,v 1.155 2017/08/01 11:09:14 maya Exp $
 
 DISTNAME=      octave-4.2.0
 PKGREVISION=   11
@@ -21,7 +21,7 @@
 DEPENDS+=      gnuplot>=3.7:../../graphics/gnuplot
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            autoconf gsed gmake:run perl pkg-config bison
+USE_TOOLS+=            autoconf gsed gmake:run perl pkg-config bison bsdtar:run
 GNU_CONFIGURE=         yes
 
 GCC_REQD+=             3.0



Home | Main Index | Thread Index | Old Index