diff options
Diffstat (limited to 'math/octave-forge-signal/Makefile')
-rw-r--r-- | math/octave-forge-signal/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 0d9cec965988..700d1858de66 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -6,13 +6,14 @@ # PORTNAME= octave-forge-signal -PORTVERSION= 1.0.8 -CATEGORIES= math +PORTVERSION= 1.0.9 +CATEGORIES= math MAINTAINER= stephen@missouri.edu -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim +RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specfun .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" |