aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-04-02 16:56:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-04-02 16:56:36 +0000
commit60dc4cb39630fa370c96df3a1164c8ae1a24f896 (patch)
tree28da65514e4199167d80510dfb6c313f2a4c6753 /math
parent2864d63f284f97796b05e6f4fb8fd261f7129c66 (diff)
downloadports-60dc4cb39630fa370c96df3a1164c8ae1a24f896.tar.gz
ports-60dc4cb39630fa370c96df3a1164c8ae1a24f896.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 6ff2ea608d6d..cd2a10b20961 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -99,7 +99,6 @@ OPTIONS= \
SPANISH "Install package: spanish" On \
PT_BR "Install package: pt_br" On \
\
- ARPACK "Install package: arpack" Off \
SPLINE_GCVSPL "Install package: spline-gcvspl" Off
.include <bsd.port.pre.mk>
@@ -319,10 +318,6 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/spanish.tar.gz:${PORTSDIR}/math/octave-forge-spani
.if defined(WITH_PT_BR)
RUN_DEPENDS+= ${TARBALLS_DIR}/pt_br.tar.gz:${PORTSDIR}/math/octave-forge-pt_br
.endif
-
-.if defined(WITH_ARPACK)
-RUN_DEPENDS+= ${TARBALLS_DIR}/arpack.tar.gz:${PORTSDIR}/math/octave-forge-arpack
-.endif
.if defined(WITH_SPLINE_GCVSPL)
RUN_DEPENDS+= ${TARBALLS_DIR}/spline-gcvspl.tar.gz:${PORTSDIR}/math/octave-forge-spline-gcvspl
.endif