diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-27 09:38:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-27 09:38:29 +0000 |
commit | d5081cda017046af67d4d5633aa772aac39e993a (patch) | |
tree | 84fef7061112b1a3fb34ef59edfe3ff33b8b4348 /graphics/appleseed | |
parent | 62f2938d9720ba7e9b0dafab719d1b55736a4d92 (diff) |
Notes
Diffstat (limited to 'graphics/appleseed')
-rw-r--r-- | graphics/appleseed/Makefile | 1 | ||||
-rw-r--r-- | graphics/appleseed/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index 49ebc4393e88..52efde0ef306 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -10,6 +10,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= Modern, physically-based production renderer LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ diff --git a/graphics/appleseed/pkg-descr b/graphics/appleseed/pkg-descr index 05e739b43713..e26303322fb4 100644 --- a/graphics/appleseed/pkg-descr +++ b/graphics/appleseed/pkg-descr @@ -8,4 +8,4 @@ Started in 2009, it has grown into a robust production rendering toolset and has been battle-tested on several projects such as TV documentaries, ads, promotional videos, and animation shorts. -WWW: http://appleseedhq.net/ +WWW: https://appleseedhq.net/ |