diff options
author | abs <abs> | 2008-04-16 12:15:28 +0000 |
---|---|---|
committer | abs <abs> | 2008-04-16 12:15:28 +0000 |
commit | 81faec657a1c723be1d2b404ef56f3e531e48734 (patch) | |
tree | 580f7b6215e64f0d406c18a8bb4694a746cc48ca /devel | |
parent | 8bb0b97370887e61c756b1cdc956623fa227b142 (diff) | |
download | pkgsrc-81faec657a1c723be1d2b404ef56f3e531e48734.tar.gz |
PYTHON_VERSIONS_ACCEPTED+=25
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-gobject/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-gobject/Makefile.common b/devel/py-gobject/Makefile.common index eea30ac451b..594ed020f59 100644 --- a/devel/py-gobject/Makefile.common +++ b/devel/py-gobject/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2008/01/09 18:53:49 drochner Exp $ +# $NetBSD: Makefile.common,v 1.7 2008/04/16 12:24:50 abs Exp $ # DISTNAME= pygobject-2.14.1 @@ -19,6 +19,6 @@ PATCHDIR= ${.CURDIR}/../../devel/py-gobject/patches DISTINFO_FILE= ${.CURDIR}/../../devel/py-gobject/distinfo PKGCONFIG_OVERRIDE+= pygobject-2.0.pc.in -PYTHON_VERSIONS_ACCEPTED= 24 23 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 PY_PATCHPLIST= yes CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4 |