pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/octave-current This seems to need perl for buildi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72862a3b7105
branches:  trunk
changeset: 481279:72862a3b7105
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 30 12:52:36 2004 +0000

description:
This seems to need perl for building; add USE_PERL5=build.
Noted by bulk build.

diffstat:

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

diffs (17 lines):

diff -r f1d8b6a8f276 -r 72862a3b7105 math/octave-current/Makefile
--- a/math/octave-current/Makefile      Thu Sep 30 12:48:48 2004 +0000
+++ b/math/octave-current/Makefile      Thu Sep 30 12:52:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/09/23 13:03:41 adam Exp $
+# $NetBSD: Makefile,v 1.34 2004/09/30 12:52:36 wiz Exp $
 #
 
 DISTNAME=      octave-${OCTAVE_VER}
@@ -31,6 +31,7 @@
 USE_GNU_READLINE=      yes
 USE_MAKEINFO=          yes
 USE_LIBTOOL=           yes
+USE_PERL5=             build
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++ fortran
 GCC_REQD=              3.0



Home | Main Index | Thread Index | Old Index