diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-30 12:52:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-30 12:52:36 +0000 |
commit | a504a908bab661922e4883456da1e7edfe4b9df3 (patch) | |
tree | b57f44a32153637667877dacb861ae3a0b7a90a1 /math | |
parent | b5c55793372b43054b0ac8c5caae4ee52385de59 (diff) | |
download | pkgsrc-a504a908bab661922e4883456da1e7edfe4b9df3.tar.gz |
This seems to need perl for building; add USE_PERL5=build.
Noted by bulk build.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index f31cde8da7f..7f84314c1a8 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -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_TOOLS+= make 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 |