diff options
author | adam <adam> | 2006-01-06 22:41:48 +0000 |
---|---|---|
committer | adam <adam> | 2006-01-06 22:41:48 +0000 |
commit | f43fd53d5a4cccd324270703d175497b0e417af3 (patch) | |
tree | 58d8e8d7b2bef839fd70a94421bd5ca602789a5f /math/octave-current/Makefile | |
parent | a699e491a07cd60da1c5ebb95d0b578c37ef4c2b (diff) | |
download | pkgsrc-f43fd53d5a4cccd324270703d175497b0e417af3.tar.gz |
Changes 2.9.4:
* Bug fixes and improvements
Diffstat (limited to 'math/octave-current/Makefile')
-rw-r--r-- | math/octave-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 9ecce2fa3c4..730f4010b25 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/12/05 20:50:36 rillig Exp $ +# $NetBSD: Makefile,v 1.53 2006/01/06 22:41:48 adam Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} @@ -17,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.9.3 +OCTAVE_VER= 2.9.4 CONFLICTS+= octave-2.* .if (${MACHINE_ARCH} == "arm32") @@ -89,6 +89,7 @@ post-install: .include "../../audio/libsndfile/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../math/blas/buildlink3.mk" .include "../../math/fftw/buildlink3.mk" .include "../../math/lapack/buildlink3.mk" |