diff options
Diffstat (limited to 'math/octave-current/Makefile')
-rw-r--r-- | math/octave-current/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 788071303cb..dd874ee8269 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2005/03/13 02:52:10 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.44 2005/03/22 09:24:29 adam Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/ \ @@ -18,7 +17,7 @@ BUILD_DEPENDS+= bison>=1.875:../../devel/bison BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -OCTAVE_VER= 2.1.65 +OCTAVE_VER= 2.1.67 CONFLICTS+= octave-2.0.* .if (${MACHINE_ARCH} == "arm32") @@ -26,10 +25,10 @@ BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) .endif USE_BUILDLINK3= yes -USE_GNU_TOOLS+= make USE_GNU_READLINE= yes -USE_MAKEINFO= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes +USE_MAKEINFO= yes USE_PERL5= build GNU_CONFIGURE= yes |