summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-05-12 08:21:09 +0000
committerobache <obache@pkgsrc.org>2009-05-12 08:21:09 +0000
commit5236868370c2d31cf54a4ac88bdaac9c697c3ec7 (patch)
tree794a718ad79a807b345120581d77bcd05b173642 /inputmethod
parent1fdcf2cc491618d8adfebf7742a9edcaf4ce824b (diff)
downloadpkgsrc-5236868370c2d31cf54a4ac88bdaac9c697c3ec7.tar.gz
define LICENSE and marked as MAKE_JOBS_SAFE=no.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/m17n-im-config/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/inputmethod/m17n-im-config/Makefile b/inputmethod/m17n-im-config/Makefile
index 202febb99cc..309c8540e79 100644
--- a/inputmethod/m17n-im-config/Makefile
+++ b/inputmethod/m17n-im-config/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/12 08:21:09 obache Exp $
#
DISTNAME= m17n-im-config-0.9.0
@@ -9,6 +9,8 @@ MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.m17n.org/common/im-config/index.html
COMMENT= Configuration input methods of the m17n library
+LICENSE= gnu-gpl-v2
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
@@ -18,6 +20,8 @@ USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= m17n-im-config.pc.in
+MAKE_JOBS_SAFE= no
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/m17n-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"