Mon Sep 6 18:15:34 2010 UTC ()
Restrict Python versions to match py-gtk2


(joerg)
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/py-input-pad/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/py-input-pad/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/py-input-pad/Makefile 2010/08/31 08:26:54 1.1.1.1
+++ pkgsrc/inputmethod/py-input-pad/Makefile 2010/09/06 18:15:34 1.2
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/08/31 08:26:54 obache Exp $ 1# $NetBSD: Makefile,v 1.2 2010/09/06 18:15:34 joerg Exp $
2# 2#
3 3
4.include "../../inputmethod/input-pad/Makefile.common" 4.include "../../inputmethod/input-pad/Makefile.common"
5 5
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9COMMENT= Python wrapper for Input Pad 9COMMENT= Python wrapper for Input Pad
10 10
 11PYTHON_VERSIONS_ACCEPTED= 26 25
 12
11DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 13DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
12 14
13PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
14 16
15GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 18USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
18USE_TOOLS+= gmake pkg-config intltool 20USE_TOOLS+= gmake pkg-config intltool
19 21
20PKGCONFIG_OVERRIDE+= input-pad.pc.in 22PKGCONFIG_OVERRIDE+= input-pad.pc.in
21 23
22CONFIGURE_ARGS+= --enable-python=yes 24CONFIGURE_ARGS+= --enable-python=yes
23 25