diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-24 23:15:44 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-24 23:15:44 +0000 |
commit | 3722a560b0b405840344bab3f1026c96b5d2abab (patch) | |
tree | 868c2355513f0ba57eb9eed9e241873d65c61a4f /math/octave-forge-database | |
parent | 67f2baae7c3dfce04d3fe082851bfdf55d2a17e8 (diff) |
Notes
Diffstat (limited to 'math/octave-forge-database')
-rw-r--r-- | math/octave-forge-database/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-database/Makefile b/math/octave-forge-database/Makefile index 730f8f1a3a42..322af16265c0 100644 --- a/math/octave-forge-database/Makefile +++ b/math/octave-forge-database/Makefile @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |