diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
commit | f5c820f44ef3ac0da915aa0f52b5b54fddedf017 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /graphics/gdk-pixbuf2/Makefile | |
parent | b3a93e5c77da138c9e063cfecb5710e3d738fad3 (diff) | |
download | freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.gz freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.zst freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.zip |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index b4690061ada9..51f7426a7f29 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Graphic library for GTK+ -LICENSE= LGPL20 # or later +LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING USE_XORG= xt xi x11 |