diff options
Diffstat (limited to 'sysutils/dbus-python-common/Makefile')
-rw-r--r-- | sysutils/dbus-python-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile index a24a6537fd9..00cc848bd6d 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/05/29 22:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:21 wiz Exp $ DISTNAME= dbus-python-1.2.0 PKGNAME= dbus-python-common-1.2.0 @@ -7,6 +7,7 @@ MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ #BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils #DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex +#PYTHON_VERSIONS_INCOMPATIBLE=33 # py-pyrex MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus @@ -16,7 +17,6 @@ LICENSE= mit CONFLICTS+= py[0-9]*-dbus<1.1.1 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCLUDE_3X= yes USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes |