diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-17 13:29:47 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-17 13:29:47 +0000 |
commit | a9e1f14d9411c06e9ed80b38f1318ebcfda0e66e (patch) | |
tree | a7fa58aab196f57d391ff99015f6586834a6403d /math/octave-forge-statistics | |
parent | 2f5089628f9c1755a7d81590057937cf280aaa6f (diff) |
Notes
Diffstat (limited to 'math/octave-forge-statistics')
-rw-r--r-- | math/octave-forge-statistics/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 040b270b36c6..715a81be75df 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-statistics PORTVERSION= 1.1.1 +PORTREVISION 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,6 +18,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous +RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" |