Date: Tue, 13 Sep 2016 17:11:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422039 - head/graphics/blender Message-ID: <201609131711.u8DHBa4D065606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 13 17:11:36 2016 New Revision: 422039 URL: https://svnweb.freebsd.org/changeset/ports/422039 Log: - Fix LICENSE - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/graphics/blender/Makefile Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Tue Sep 13 17:11:26 2016 (r422038) +++ head/graphics/blender/Makefile Tue Sep 13 17:11:36 2016 (r422039) @@ -11,7 +11,8 @@ MASTER_SITES= http://download.blender.or 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131711.u8DHBa4D065606>