diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/octave-forge-base | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'math/octave-forge-base')
-rw-r--r-- | math/octave-forge-base/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile index ac7f34403a61..26fc3e92aad3 100644 --- a/math/octave-forge-base/Makefile +++ b/math/octave-forge-base/Makefile @@ -13,11 +13,11 @@ COMMENT= Octave-forge baseport for all packages LICENSE= BSD2CLAUSE -RUN_DEPENDS= octave:${PORTSDIR}/math/octave \ - gmake:${PORTSDIR}/devel/gmake \ - p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \ - p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \ - p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove +RUN_DEPENDS= octave:math/octave \ + gmake:devel/gmake \ + p5-Archive-Tar>=0:archivers/p5-Archive-Tar \ + p5-IO-Zlib>=0:archivers/p5-IO-Zlib \ + p5-File-Remove>=0:devel/p5-File-Remove USES= perl5 SUB_FILES= load-octave-pkg |