aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-09-27 14:44:26 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-09-27 14:44:26 +0000
commit4d93ec3e3e8f729a542b523a8a16e18e8ee2794a (patch)
tree69d0172f2ae9cd69206c63158251be709e729621 /math
parentfeaf5776e3b877e35d2722264909b4fa843e2b67 (diff)
downloadports-4d93ec3e3e8f729a542b523a8a16e18e8ee2794a.tar.gz
ports-4d93ec3e3e8f729a542b523a8a16e18e8ee2794a.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 1e3f1bcecd68..e90c6aaeb940 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= octave-forge
-PORTVERSION= 20110912
+PORTVERSION= 20110927
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
@@ -38,6 +38,7 @@ OPTIONS= \
FPL "Install package: fpl" On \
FUZZY_LOGIC_TOOLKIT "Install package: fuzzy-logic-toolkit" On \
GA "Install package: ga" On \
+ GEOMETRY "Install package: geometry" On \
GENERAL "Install package: general" On \
GENERATE_HTML "Install package: generate_html" On \
GNUPLOT "Install package: gnuplot" On \
@@ -165,6 +166,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/fuzzy-logic-toolkit.tar.gz:${PORTSDIR}/math/octave
.if defined(WITH_GA)
RUN_DEPENDS+= ${TARBALLS_DIR}/ga.tar.gz:${PORTSDIR}/math/octave-forge-ga
.endif
+.if defined(WITH_GEOMETRY)
+RUN_DEPENDS+= ${TARBALLS_DIR}/geometry.tar.gz:${PORTSDIR}/math/octave-forge-geometry
+.endif
.if defined(WITH_GENERAL)
RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general
.endif