diff options
Diffstat (limited to 'devel/py-gobject/Makefile')
-rw-r--r-- | devel/py-gobject/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 30ef206fa74..b184bb47edd 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.49 2014/01/25 08:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2014/05/09 07:37:01 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-gobject-2.28.6 PKGREVISION= 11 # only noticeable by running codegen.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.28.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.28.6 .include "Makefile.common" |