diff options
author | wiz <wiz> | 2009-10-31 00:06:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-10-31 00:06:34 +0000 |
commit | 817c0a84e0380b4201b42886098469186e7a017a (patch) | |
tree | 0970458e9fe70460f1c26b6c68b0bfa3930ea24a /graphics/SDL_image | |
parent | c9cb3ac42f93f08c2ba346387734e42561613eed (diff) | |
download | pkgsrc-817c0a84e0380b4201b42886098469186e7a017a.tar.gz |
Set LICENSE.
Diffstat (limited to 'graphics/SDL_image')
-rw-r--r-- | graphics/SDL_image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index 7bda4e65491..eaef3c655b7 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/10/30 23:58:03 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2009/10/31 00:06:34 wiz Exp $ DISTNAME= SDL_image-1.2.8 CATEGORIES= graphics devel @@ -7,6 +7,7 @@ MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/SDL_image/ COMMENT= Load images as SDL surfaces +LICENSE= gnu-lgpl-v2.1 CONFLICTS= SDL-image-[0-9]* |