diff options
author | obache <obache> | 2009-12-13 13:11:55 +0000 |
---|---|---|
committer | obache <obache> | 2009-12-13 13:11:55 +0000 |
commit | dc2dcbfc250ee1c75701ca2088efdd05ab649906 (patch) | |
tree | f8486b2c5badba4e54319f41cc6da07d526767c4 /graphics/libotf/Makefile | |
parent | 194ed0387d74cb38f1d2daf1d7482125bbd04ea8 (diff) | |
download | pkgsrc-dc2dcbfc250ee1c75701ca2088efdd05ab649906.tar.gz |
Update libotf to 0.9.10.
While here, set LICENSE=gnu-lgpl-v2.1.
* Changes in libotf 0.9.10
** This release is mainly for bug fixes.
Diffstat (limited to 'graphics/libotf/Makefile')
-rw-r--r-- | graphics/libotf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libotf/Makefile b/graphics/libotf/Makefile index b1160ef43d3..6860a0a1506 100644 --- a/graphics/libotf/Makefile +++ b/graphics/libotf/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2009/03/22 21:12:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/12/13 13:11:55 obache Exp $ # -DISTNAME= libotf-0.9.9 +DISTNAME= libotf-0.9.10 CATEGORIES= graphics MASTER_SITES= http://www.m17n.org/libotf/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.m17n.org/libotf/ COMMENT= Library for handling OpenType fonts (OTF) +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir |