Wed Aug 11 12:32:00 2010 UTC ()
tell python to configure.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-table-others/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-table-others/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-table-others/Makefile 2010/08/07 02:20:15 1.1.1.1
+++ pkgsrc/inputmethod/ibus-table-others/Makefile 2010/08/11 12:32:00 1.2
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:20:15 obache Exp $ 1# $NetBSD: Makefile,v 1.2 2010/08/11 12:32:00 obache Exp $
2# 2#
3 3
4DISTNAME= ibus-table-others-1.3.0.20100528 4DISTNAME= ibus-table-others-1.3.0.20100528
5CATEGORIES= inputmethod 5CATEGORIES= inputmethod
6MASTER_SITES= http://ibus.googlecode.com/files/ 6MASTER_SITES= http://ibus.googlecode.com/files/
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://code.google.com/p/ibus/ 9HOMEPAGE= http://code.google.com/p/ibus/
10COMMENT= All non-Chinese tables for IBus-Table 10COMMENT= All non-Chinese tables for IBus-Table
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18 18
 19PYTHON_FOR_BUILD_ONLY= yes
 20.include "../../lang/python/application.mk"
19.include "../../inputmethod/ibus-table/buildlink3.mk" 21.include "../../inputmethod/ibus-table/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"