diff options
author | tron <tron> | 2009-07-10 16:26:40 +0000 |
---|---|---|
committer | tron <tron> | 2009-07-10 16:26:40 +0000 |
commit | 1f438c1fc48a5f059c2dc6fdff1e09b45ccdff02 (patch) | |
tree | be2ed9ffe9e00d5dd13f5a0ae263e1e442944d8e | |
parent | d1d2740ff339f2b446e672413fc3c10c965ffc08 (diff) | |
download | pkgsrc-1f438c1fc48a5f059c2dc6fdff1e09b45ccdff02.tar.gz |
Set license to gnu-lgpl-v2.1 and mpl-1.1.
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index dfc3ffb4058..fd5891bdb9c 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2009/07/09 17:27:56 drochner Exp $ +# $NetBSD: Makefile,v 1.75 2009/07/10 16:26:40 tron Exp $ DISTNAME= cairo-1.8.8 CATEGORIES= graphics @@ -7,6 +7,7 @@ MASTER_SITES= http://cairographics.org/releases/ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://cairographics.org/ COMMENT= Vector graphics library with cross-device output support +LICENSE= gnu-lgpl-v2.1 AND mpl-1.1 PKG_DESTDIR_SUPPORT= user-destdir |