diff options
author | crees <crees@FreeBSD.org> | 2015-07-04 02:07:24 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2015-07-04 02:07:24 +0800 |
commit | 45a19cc5ca1139610f8adb2c93c9afd9f1589a36 (patch) | |
tree | 67ab4b95eafe1eeb25ad8058941efc1bf6c67c86 /graphics | |
parent | 7ea6eda78ff2ba1c268e043580badfd278178b9f (diff) | |
download | freebsd-ports-gnome-45a19cc5ca1139610f8adb2c93c9afd9f1589a36.tar.gz freebsd-ports-gnome-45a19cc5ca1139610f8adb2c93c9afd9f1589a36.tar.zst freebsd-ports-gnome-45a19cc5ca1139610f8adb2c93c9afd9f1589a36.zip |
Fix licence details
PR: ports/156452
Submitted by: jbeich
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libvisual04/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index 0dfd17dc119a..90f1df0fb74f 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvisual PORTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 04 @@ -11,8 +11,7 @@ PKGNAMESUFFIX= 04 MAINTAINER= crees@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= LGPL21 # or any later version USES= gettext libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes |