diff options
-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 |