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 | 0c4c6417e2be27c1d2141db023fb9de4f361c9c3 (patch) | |
tree | b57f44a32153637667877dacb861ae3a0b7a90a1 /math | |
parent | d38fd88e846ac2513f90e39a5a7f1ff8fa2f82df (diff) | |
download | pkgsrc-0c4c6417e2be27c1d2141db023fb9de4f361c9c3.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 |