diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-01-07 01:07:17 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-01-07 01:07:17 +0000 |
commit | 60c3e84c21f7e38991ba8d3b5fd02302b8344e6a (patch) | |
tree | 806505159d0006ac2aff44804ebd36f113889ddd /math/octave-forge-mechanics/Makefile | |
parent | 36a3853e6ac9d7bdf7eb87503fa4a7f830cfe6c2 (diff) | |
download | ports-60c3e84c21f7e38991ba8d3b5fd02302b8344e6a.tar.gz ports-60c3e84c21f7e38991ba8d3b5fd02302b8344e6a.zip |
Notes
Diffstat (limited to 'math/octave-forge-mechanics/Makefile')
-rw-r--r-- | math/octave-forge-mechanics/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/octave-forge-mechanics/Makefile b/math/octave-forge-mechanics/Makefile index 1f13a9f7a272..d2876c45f2fe 100644 --- a/math/octave-forge-mechanics/Makefile +++ b/math/octave-forge-mechanics/Makefile @@ -7,11 +7,16 @@ PORTNAME= octave-forge-mechanics PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general +RUN_DEPENDS+= ${TARBALLS_DIR}/geometry.tar.gz:${PORTSDIR}/math/octave-forge-geometry +RUN_DEPENDS+= ${TARBALLS_DIR}/linear-algebra.tar.gz:${PORTSDIR}/math/octave-forge-linear-algebra + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} |