diff options
author | gahr <gahr@FreeBSD.org> | 2014-07-04 20:51:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-07-04 20:51:51 +0800 |
commit | 570b8af77da333b1c1856c510f213e9957c564a8 (patch) | |
tree | 08052aeb3c3fede91b19511a84ed21c0f560f3f2 /graphics | |
parent | c6051dedaac2bfd9e5af3488f3271249f449556a (diff) | |
download | freebsd-ports-gnome-570b8af77da333b1c1856c510f213e9957c564a8.tar.gz freebsd-ports-gnome-570b8af77da333b1c1856c510f213e9957c564a8.tar.zst freebsd-ports-gnome-570b8af77da333b1c1856c510f213e9957c564a8.zip |
- Fix LICENSE
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 78b7c6e9ce8c..451211b6b5e0 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Photorealistic rendering system -LICENSE= BSD GPLv2 +LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ |