diff options
Diffstat (limited to 'devel/py-windbg')
-rw-r--r-- | devel/py-windbg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-windbg/Makefile b/devel/py-windbg/Makefile index 0ab18fae036..b9fdc170991 100644 --- a/devel/py-windbg/Makefile +++ b/devel/py-windbg/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/04/06 12:08:39 rodent Exp $ -# +# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:05 wiz Exp $ DISTNAME= winpdb-1.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +13,8 @@ LICENSE= gnu-gpl-v2 # or later DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets + USE_LANGUAGES= #none .include "../../lang/python/distutils.mk" |