diff options
author | obache <obache@pkgsrc.org> | 2009-05-15 08:57:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-15 08:57:44 +0000 |
commit | 12b78da660a6dbd0470ebd339c1da45a1db7fab3 (patch) | |
tree | 5daddaaeef6fedb16a3315ec1984592a5c63261d /inputmethod | |
parent | eff49b9b9e7974f53c0e310bf3c73b5accef2140 (diff) | |
download | pkgsrc-12b78da660a6dbd0470ebd339c1da45a1db7fab3.tar.gz |
Bump PKGREVISION, from libdatrie's ABI change.
While here, add ftp MASTER_SITES and set LICENSE.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/gtk-im-libthai/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/inputmethod/gtk-im-libthai/Makefile b/inputmethod/gtk-im-libthai/Makefile index bed7daa9b41..3bf06a051a1 100644 --- a/inputmethod/gtk-im-libthai/Makefile +++ b/inputmethod/gtk-im-libthai/Makefile @@ -1,14 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/02/26 11:38:41 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/15 08:57:44 obache Exp $ # DISTNAME= gtk-im-libthai-0.1.4 +PKGREVISION= 1 CATEGORIES= inputmethod -MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ +MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \ + ftp://linux.thai.net/pub/ThaiLinux/software/libthai/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://linux.thai.net/projects/gtk-im-libthai COMMENT= GTK+-2.0 Thai Input Module +LICENSE= gnu-lgpl-v2.1 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |