diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-24 09:01:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-24 09:01:04 +0000 |
commit | fb4f0d93415860245bd91da995a1b6bf757f45d8 (patch) | |
tree | df87b649b1a468e713e35cda53957a8a0dd67f70 /graphics/blender | |
parent | 7ed5c6ebed9741b559589a6f60c4cd319a9910ee (diff) | |
download | ports-fb4f0d93415860245bd91da995a1b6bf757f45d8.tar.gz ports-fb4f0d93415860245bd91da995a1b6bf757f45d8.zip |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=446512
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 4 | ||||
-rw-r--r-- | graphics/blender/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index f6ec81ec542e..79a1ed1e09ae 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -221,11 +221,9 @@ USE_GCC= yes .endif .endif -post-patch: -.if ${PORT_OPTIONS:MOPENCOLORIO} +post-patch-OPENCOLORIO-on: @${REINPLACE_CMD} -e 's|yaml-cpp|&03|' \ ${PATCH_WRKSRC}/build_files/cmake/Modules/FindOpenColorIO.cmake -.endif post-build: @(cd ${WRKSRC}/doc/manpage && \ diff --git a/graphics/blender/pkg-descr b/graphics/blender/pkg-descr index 6970edb1caac..e2e990923381 100644 --- a/graphics/blender/pkg-descr +++ b/graphics/blender/pkg-descr @@ -1,4 +1,4 @@ Blender is a free and fully functional 3D modeling/rendering/animation/gaming package. -WWW: http://www.blender.org/ +WWW: https://www.blender.org/ |