diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-09 18:39:30 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-09 18:39:30 +0000 |
commit | 2c2838a1c1848f9ab5846f0ede3583909094d7eb (patch) | |
tree | 0487af11ddc76815b528af890ed8e7963a61b3cf /math | |
parent | 89b924a45cca56faa1b3354dad20636d29d7d6f3 (diff) | |
download | pkgsrc-2c2838a1c1848f9ab5846f0ede3583909094d7eb.tar.gz |
This pkg need perl to build.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-current/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 2167bb575d1..1da62482d6d 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2005/07/01 16:11:05 adam Exp $ +# $NetBSD: Makefile,v 1.51 2005/07/09 18:39:30 kristerw Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} @@ -27,8 +27,7 @@ BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) USE_GNU_READLINE= yes USE_LIBTOOL= yes USE_MAKEINFO= yes -#USE_PERL5= build -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl GNU_CONFIGURE= yes GCC_REQD= 3.0 |