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/sage/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'math/sage/Makefile')
-rw-r--r-- | math/sage/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index fac16cd06f94..6fdcf06a5172 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -17,14 +17,14 @@ COMMENT= Open source Mathematics software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - convert:${PORTSDIR}/graphics/ImageMagick \ - ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ - automake:${PORTSDIR}/devel/automake \ - autoconf:${PORTSDIR}/devel/autoconf -LIB_DEPENDS= libatlas.so:${PORTSDIR}/math/atlas \ - liblapack.so:${PORTSDIR}/math/lapack -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:shells/bash \ + convert:graphics/ImageMagick \ + ffmpeg:multimedia/ffmpeg \ + automake:devel/automake \ + autoconf:devel/autoconf +LIB_DEPENDS= libatlas.so:math/atlas \ + liblapack.so:math/lapack +RUN_DEPENDS= bash:shells/bash pre-extract: @${ECHO_MSG} |