aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-06-14 05:01:13 +0800
committermiwi <miwi@FreeBSD.org>2009-06-14 05:01:13 +0800
commit63499c04c647eee6a1bcfdd72a748e16456c9e31 (patch)
treecd29010652a82353e514e4091a441004068448b3 /math
parent8e424afe65ffae4a9e70eead80664a04746547cd (diff)
downloadfreebsd-ports-gnome-63499c04c647eee6a1bcfdd72a748e16456c9e31.tar.gz
freebsd-ports-gnome-63499c04c647eee6a1bcfdd72a748e16456c9e31.tar.zst
freebsd-ports-gnome-63499c04c647eee6a1bcfdd72a748e16456c9e31.zip
- Update to 20090607
PR: 135329 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
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 0aef0b9bb80b..c220f8abe747 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= octave-forge
-PORTVERSION= 20090504
+PORTVERSION= 20090607
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
@@ -77,6 +77,7 @@ OPTIONS= \
CIVIL_ENGINEERING "Install package: civil-engineering" On \
ENGINE "Install package: engine" On \
FPL "Install package: fpl" On \
+ GENERATE_HTML "Install package: generate_html" On \
GRACEPLOT "Install package: graceplot" On \
INTEGRATION "Install package: integration" On \
JAVA "Install package: java (do not select)" Off \
@@ -270,6 +271,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/engine.tar.gz:${PORTSDIR}/math/octave-forge-engine
.if defined(WITH_FPL)
RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl
.endif
+.if defined(WITH_GENERATE_HTML)
+RUN_DEPENDS+= ${TARBALLS_DIR}/generate_html.tar.gz:${PORTSDIR}/math/octave-forge-generate_html
+.endif
.if defined(WITH_GRACEPLOT)
RUN_DEPENDS+= ${TARBALLS_DIR}/graceplot.tar.gz:${PORTSDIR}/math/octave-forge-graceplot
.endif