diff options
author | stephen <stephen@FreeBSD.org> | 2018-02-25 07:15:44 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-02-25 07:15:44 +0800 |
commit | 1fc9183390a3ca03ef6e9ddc994d6cd45a2948c1 (patch) | |
tree | 868c2355513f0ba57eb9eed9e241873d65c61a4f /math | |
parent | 74bd7c8342e028963650b91b76624932cbab2513 (diff) | |
download | freebsd-ports-gnome-1fc9183390a3ca03ef6e9ddc994d6cd45a2948c1.tar.gz freebsd-ports-gnome-1fc9183390a3ca03ef6e9ddc994d6cd45a2948c1.tar.zst freebsd-ports-gnome-1fc9183390a3ca03ef6e9ddc994d6cd45a2948c1.zip |
- Add missing run dependency.
Diffstat (limited to 'math')
-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} |