diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-19 00:14:47 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-19 00:14:47 +0000 |
commit | 0f190c07268fb43952e0910250017455c47d6ec0 (patch) | |
tree | a52190ea1a0fc68700064cb61749a39047d99ce1 /math | |
parent | - Remove. (diff) |
- Update to 20120418.
- Remove dependency math/octave-forge-time.
Notes
Notes:
svn path=/head/; revision=295079
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 14063497a283..2177cbf59980 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge -PORTVERSION= 20120206 -PORTREVISION= 2 +PORTVERSION= 20120418 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -96,7 +95,6 @@ OPTIONS= \ SYMBAND "Install package: symband" On \ SYMBOLIC "Install package: symbolic" On \ TCL_OCTAVE "Install package: tcl-octave" On \ - TIME "Install package: time" On \ TSA "Install package: tsa" On \ VIDEO "Install package: video" On \ XRAYLIB "Install package: xraylib" On \ @@ -341,9 +339,6 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/symbolic.tar.gz:${PORTSDIR}/math/octave-forge-symb .if defined(WITH_TCL_OCTAVE) RUN_DEPENDS+= ${TARBALLS_DIR}/tcl-octave.tar.gz:${PORTSDIR}/math/octave-forge-tcl-octave .endif -.if defined(WITH_TIME) -RUN_DEPENDS+= ${TARBALLS_DIR}/time.tar.gz:${PORTSDIR}/math/octave-forge-time -.endif .if defined(WITH_TSA) RUN_DEPENDS+= ${TARBALLS_DIR}/tsa.tar.gz:${PORTSDIR}/math/octave-forge-tsa .endif |