diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-07-23 00:10:35 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-07-23 00:10:35 +0000 |
commit | 6f62f5701c8d3eb2209ad26208c1d4b690e90f5a (patch) | |
tree | 3bc7e3b9a649b65e28744235c18270b15df7cc12 /math | |
parent | a05e4d1422d308b5fbedeb80a1b519622048e383 (diff) | |
download | ports-6f62f5701c8d3eb2209ad26208c1d4b690e90f5a.tar.gz ports-6f62f5701c8d3eb2209ad26208c1d4b690e90f5a.zip |
- Set default for COMMUNICATIONS and FITS to "On".
- Bump portrevision.
Approved by: maho (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=278189
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 781095381f93..166f05036883 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave-forge PORTVERSION= 20110205 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -25,7 +25,7 @@ OPTIONS= \ BIOINFO "Install package: bioinfo" On \ CIVIL_ENGINEERING "Install package: civil-engineering" On \ COMBINATORICS "Install package: combinatorics" On \ - COMMUNICATIONS "Install package: communications" Off \ + COMMUNICATIONS "Install package: communications" On \ CONTROL "Install package: control" On \ DATA_SMOOTHING "Install package: data-smoothing" On \ DATAFRAME "Install package: dataframe" On \ @@ -38,7 +38,7 @@ OPTIONS= \ FL_CORE "Install package: fl-core" On \ FPL "Install package: fpl" On \ FUZZY_LOGIC_TOOLKIT "Install package: fuzzy-logic-toolkit" On \ - GA "Install package: ga" Off \ + GA "Install package: ga" On \ GENERAL "Install package: general" On \ GENERATE_HTML "Install package: generate_html" On \ GNUPLOT "Install package: gnuplot" On \ |