summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2012-11-20 23:02:35 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2012-11-20 23:02:35 +0000
commitbd1a4586579a4bc3a7e200d86bef561ea8b62f2a (patch)
tree7e2727efcb830fe4e3288ed9f0a1bf8e9c692e62 /math
parent- Update firefox and thunderbird to 17.0 (diff)
- Update to 20121120.
- Add optional dependency for math/octave-forge-cgi. Feature safe: yes
Notes
Notes: svn path=/head/; revision=307607
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 aa4d33340b15..769903980e25 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge
-PORTVERSION= 20121015
+PORTVERSION= 20121120
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
@@ -18,6 +18,7 @@ OPTIONS= \
BENCHMARK "Install package: benchmark" On \
BIM "Install package: bim" On \
BIOINFO "Install package: bioinfo" On \
+ CGI "Install package: cgi" On \
CIVIL_ENGINEERING "Install package: civil-engineering" On \
COMMUNICATIONS "Install package: communications" On \
CONTROL "Install package: control" On \
@@ -117,6 +118,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:${PORTSDIR}/math/octave-forge-bim
.if defined(WITH_BIOINFO)
RUN_DEPENDS+= ${TARBALLS_DIR}/bioinfo.tar.gz:${PORTSDIR}/math/octave-forge-bioinfo
.endif
+.if defined(WITH_CGI)
+RUN_DEPENDS+= ${TARBALLS_DIR}/cgi.tar.gz:${PORTSDIR}/math/octave-forge-cgi
+.endif
.if defined(WITH_CIVIL_ENGINEERING)
RUN_DEPENDS+= ${TARBALLS_DIR}/civil-engineering.tar.gz:${PORTSDIR}/math/octave-forge-civil-engineering
.endif