summaryrefslogtreecommitdiff
path: root/math/octave/Makefile
diff options
context:
space:
mode:
authorasau <asau>2009-07-23 13:43:25 +0000
committerasau <asau>2009-07-23 13:43:25 +0000
commitc3c1f4a8eec7c1ec4125a1197cc49b05258ccaa3 (patch)
tree7b3fdbad4742c70fcd3e363de2b4c83c594f2122 /math/octave/Makefile
parent3eccf7ece9c4d96970efbd5c63cab9780430fb2e (diff)
downloadpkgsrc-c3c1f4a8eec7c1ec4125a1197cc49b05258ccaa3.tar.gz
Update to Octave 3.2.2.
Changes since previous (3.2.0) are minor bug fixes.
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r--math/octave/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index fe80e43a3c6..083eb833913 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2009/07/22 09:01:35 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2009/07/23 13:43:25 asau Exp $
DISTNAME= octave-${OCTAVE_VER}
CATEGORIES= math
@@ -13,7 +13,7 @@ BUILD_DEPENDS+= bison>=1.875:../../devel/bison
BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
-OCTAVE_VER= 3.2.0
+OCTAVE_VER= 3.2.2
CONFLICTS+= octave-2.*
.if (${MACHINE_ARCH} == "arm32")
@@ -53,6 +53,9 @@ OCTAVE_DOC= faq/Octave-FAQ.ps liboctave/liboctave.ps \
INSTALLATION_DIRS+= share/octave/${OCTAVE_VER}/doc
UNWRAP_FILES+= mkoctfile octave-bug src/oct-conf.h
+# Doesn't work yet, needs to sort out libtool shared libraries handling:
+#TEST_TARGET= check
+
post-extract:
find ${WRKSRC}/doc -type f -name '*.info*' -print | xargs rm -f
mkdir ${WRKSRC}/src/pic