diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 00:06:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 00:06:34 +0000 |
commit | 4fe9ece97c4afcb1aea9d7ddefd44d9ca3fa21dd (patch) | |
tree | 0970458e9fe70460f1c26b6c68b0bfa3930ea24a /graphics | |
parent | 03c62c3dc2543b813842e2d206febea39c558eaa (diff) | |
download | pkgsrc-4fe9ece97c4afcb1aea9d7ddefd44d9ca3fa21dd.tar.gz |
Set LICENSE.
Diffstat (limited to 'graphics')
-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]* |