diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-24 08:36:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-24 08:36:57 +0000 |
commit | 8edd8219244638ce660ac1ef8e47827f9fc33023 (patch) | |
tree | a5091a561016bddc2e87afb44849dc6c7314a87f | |
parent | c03f9287c1709014ad627f8285d8843c286f672e (diff) | |
download | pkgsrc-8edd8219244638ce660ac1ef8e47827f9fc33023.tar.gz |
Remove conflict with other python version of this package,
there are no common files.
Fix PLIST for python-3.x.
-rw-r--r-- | devel/py-at-spi2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile index 9879477c000..0f50437b1fd 100644 --- a/devel/py-at-spi2/Makefile +++ b/devel/py-at-spi2/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/12/11 00:12:04 prlw1 Exp $ -# +# $NetBSD: Makefile,v 1.13 2014/01/24 08:36:57 wiz Exp $ DISTNAME= pyatspi-2.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/} @@ -21,10 +20,9 @@ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes +PY_PEP3147= no -#PYTHON_VERSIONS_INCLUDE_3X= yes PYTHON_VERSIONS_INCOMPATIBLE= 26 -PYTHON_SELF_CONFLICT= no CONFLICTS= ${PYPKGPREFIX}-at-spi-[0-9]* |