diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-02 23:31:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-02 23:31:48 +0000 |
commit | aaae4799e733706460495f3dff69d3fc9f5559da (patch) | |
tree | 65213720359299e9fcdb0dabb2cac2b5483ce7ba /math/octave-forge | |
parent | b2c5a121a23830736090d2cfcf2f83d79eb63036 (diff) | |
download | ports-aaae4799e733706460495f3dff69d3fc9f5559da.tar.gz ports-aaae4799e733706460495f3dff69d3fc9f5559da.zip |
Notes
Diffstat (limited to 'math/octave-forge')
-rw-r--r-- | math/octave-forge/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index eb8ff471e2b7..250d872db228 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -134,9 +134,6 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/econometrics.tar.gz:${PORTSDIR}/math/octave-forge- .if defined(WITH_FINANCIAL) RUN_DEPENDS+= ${TARBALLS_DIR}/financial.tar.gz:${PORTSDIR}/math/octave-forge-financial .endif -.if defined(WITH_FTP) -RUN_DEPENDS+= ${TARBALLS_DIR}/ftp.tar.gz:${PORTSDIR}/math/octave-forge-ftp -.endif .if defined(WITH_GA) RUN_DEPENDS+= ${TARBALLS_DIR}/ga.tar.gz:${PORTSDIR}/math/octave-forge-ga .endif |