diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /devel/py-at-spi2 | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz |
Update for python25 removal.
Diffstat (limited to 'devel/py-at-spi2')
-rw-r--r-- | devel/py-at-spi2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile index fae1d9ff6f0..edaafda8e16 100644 --- a/devel/py-at-spi2/Makefile +++ b/devel/py-at-spi2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/09/15 10:04:19 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 22:14:01 wiz Exp $ # DISTNAME= pyatspi-2.5.4 @@ -19,8 +19,6 @@ DEPENDS+= at-spi2-atk-[0-9]*:../../devel/at-spi2-atk PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_INCOMPATIBLE= 25 - USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes |