aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-27 04:24:43 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-27 04:24:43 +0000
commit689fb2d226ade2631d06573c8ded0b5706705606 (patch)
tree5919575b1463f29d44c0bb2db9d7176b0bd61a4a /math
parented3df92c8fa7d6623fc86ab6df87018e7409e18b (diff)
downloadports-689fb2d226ade2631d06573c8ded0b5706705606.tar.gz
ports-689fb2d226ade2631d06573c8ded0b5706705606.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index a190f4fea7e1..e588bc82b8e2 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -3,6 +3,7 @@
PORTNAME= octave-forge
PORTVERSION= 20140127
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
@@ -19,7 +20,7 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \
CIVIL_ENGINEERING COMMUNICATIONS CONTROL DATA_SMOOTHING \
DATABASE DATAFRAME DICOM ECONOMETRICS ENGINE FENV FITS \
FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \
- GENERATE_HTML GNUPLOT GSL IDENT IMAGE IMAGE-ACQUISITION \
+ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \
INFORMATIONTHEORY INTEGRATION IO IRSA LINEAR_ALGEBRA LSSA \
LTFAT MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \
MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS OCS \
@@ -59,7 +60,6 @@ GNUPLOT_DESC= Install package: gnuplot
GSL_DESC= Install package: gsl
IDENT_DESC= Install package: ident
IMAGE_DESC= Install package: image
-IMAGE-ACQUISITION_DESC= Install package: image-acquisition
INFORMATIONTHEORY_DESC= Install package: informationtheory
INTEGRATION_DESC= Install package: integration
IO_DESC= Install package: io
@@ -212,9 +212,6 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/ident.tar.gz:${PORTSDIR}/math/octave-forge-ident
.if ${PORT_OPTIONS:MIMAGE}
RUN_DEPENDS+= ${TARBALLS_DIR}/image.tar.gz:${PORTSDIR}/math/octave-forge-image
.endif
-.if ${PORT_OPTIONS:MIMAGE-ACQUISITION}
-RUN_DEPENDS+= ${TARBALLS_DIR}/image-acquisition.tar.gz:${PORTSDIR}/math/octave-forge-image-acquisition
-.endif
.if ${PORT_OPTIONS:MINFORMATIONTHEORY}
RUN_DEPENDS+= ${TARBALLS_DIR}/informationtheory.tar.gz:${PORTSDIR}/math/octave-forge-informationtheory
.endif