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 | a4f04538f3edc3741a5934ec3655d10134327d09 (patch) | |
tree | 0487af11ddc76815b528af890ed8e7963a61b3cf /math | |
parent | 48bfc139d0ffec5a9f8459c71cbaf6bbeb4771cd (diff) | |
download | pkgsrc-a4f04538f3edc3741a5934ec3655d10134327d09.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 |