diff options
author | obache <obache@pkgsrc.org> | 2010-11-19 11:07:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-19 11:07:34 +0000 |
commit | 892c99c24ce8063e150a613e34fb7323fae16be4 (patch) | |
tree | 9f96322b30f558e2f060a64b32c2175e8a0189ea /graphics | |
parent | c26a7a8388ad239722a411a8f62a5313e7941120 (diff) | |
download | pkgsrc-892c99c24ce8063e150a613e34fb7323fae16be4.tar.gz |
Fixes LICENSE name for mpl-1.1.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 1f9822e86c8..007d82fae37 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/09/14 11:00:45 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2010/11/19 11:07:34 obache Exp $ # DISTNAME= pycairo-1.8.8 @@ -10,7 +10,7 @@ MASTER_SITES= http://cairographics.org/releases/ MAINTAINER= leuzi@trash.net HOMEPAGE= http://cairographics.org/pycairo/ COMMENT= Python bindings for cairo -LICENSE= gnu-lgpl-v2.1 OR mpl-v1.1 +LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 PKG_DESTDIR_SUPPORT= user-destdir |