aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2012-11-21 07:02:35 +0800
committerstephen <stephen@FreeBSD.org>2012-11-21 07:02:35 +0800
commitc4f3341eeee1a9752857ecb3d9763ebf8a597447 (patch)
tree7e2727efcb830fe4e3288ed9f0a1bf8e9c692e62 /math
parent863d3363c2d8ac1786cfdb304a12a6d367d9307a (diff)
downloadfreebsd-ports-gnome-c4f3341eeee1a9752857ecb3d9763ebf8a597447.tar.gz
freebsd-ports-gnome-c4f3341eeee1a9752857ecb3d9763ebf8a597447.tar.zst
freebsd-ports-gnome-c4f3341eeee1a9752857ecb3d9763ebf8a597447.zip
- Update to 20121120.
- Add optional dependency for math/octave-forge-cgi. Feature safe: yes
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