diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-12 22:40:01 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-12 22:40:01 +0000 |
commit | bed3dfb7e33cee5ca867cfecfcda84a5106b306f (patch) | |
tree | fcff25a4adef850ed83725aee5ba441baf0dbdc3 /math/octave-forge-optim/Makefile | |
parent | d9688e656fae6ebe0c615655beb4786fdccd44e9 (diff) |
- Update to 1.3.0.
Notes
Notes:
svn path=/head/; revision=339556
Diffstat (limited to 'math/octave-forge-optim/Makefile')
-rw-r--r-- | math/octave-forge-optim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index 0daba8bc8a98..46c72c82297f 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-optim -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,6 +16,7 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct +RUN_DEPENDS+= ${TARBALLS_DIR}/parallel.tar.gz:${PORTSDIR}/math/octave-forge-parallel .include "${.CURDIR}/../../Mk/bsd.octave.mk" |