aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-13 17:11:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-13 17:11:36 +0000
commit48b959db7370a8d429a55bc8f2da9739990c6462 (patch)
tree5d3556fa859531bb01aa21f707660651ad9093d9 /graphics
parent5d02f6df325ab627e1ba40a7f7aa48e7908192b7 (diff)
downloadports-48b959db7370a8d429a55bc8f2da9739990c6462.tar.gz
ports-48b959db7370a8d429a55bc8f2da9739990c6462.zip
- Fix LICENSE
- Add LICENSE_FILE Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=422039
Diffstat (limited to 'graphics')
-rw-r--r--graphics/blender/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 8318f442feb1..9559f267020f 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -11,7 +11,8 @@ MASTER_SITES= http://download.blender.org/source/ \
MAINTAINER= mva@FreeBSD.org
COMMENT= 3D modeling/rendering/animation/gaming package
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/doc/license/GPL-license.txt
LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2 \