aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2012-01-07 09:07:17 +0800
committerstephen <stephen@FreeBSD.org>2012-01-07 09:07:17 +0800
commit0bdc4705699656d3646880af698d59a3ee2d5919 (patch)
treec327500148d45b1861ec013d12aaae199367b48d /math
parent03b0aa057ce2af075f414faeb838f77d47d09789 (diff)
downloadfreebsd-ports-gnome-0bdc4705699656d3646880af698d59a3ee2d5919.tar.gz
freebsd-ports-gnome-0bdc4705699656d3646880af698d59a3ee2d5919.tar.zst
freebsd-ports-gnome-0bdc4705699656d3646880af698d59a3ee2d5919.zip
- Add missing run_depends.
- Bump portrevision.
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-mechanics/Makefile5
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}