1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Disconnect octave-forge-arpack is now part of octave.

This commit is contained in:
Martin Wilke 2010-04-02 16:56:36 +00:00
parent 2864d63f28
commit 60dc4cb396
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252073

View File

@ -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