summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2014-02-02 08:15:50 +0000
committerwiz <wiz>2014-02-02 08:15:50 +0000
commita08a71abecfb9a6a5e8f32a5e914999709316664 (patch)
tree8f146187b063d80859f398d563bac2c13622b4c8 /textproc
parent2c5b1a5b98c6519bc94c1b6e9b730beba750e3f2 (diff)
downloadpkgsrc-a08a71abecfb9a6a5e8f32a5e914999709316664.tar.gz
When using pbulk as-is we have to recursively mark python-3.x packages
as not buildable even if just one of their dependencies is not, because otherwise the dependency resolving step doesn't finish and the build is not started. For this reason, re-add "PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-pycha"
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-relatorio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-relatorio/Makefile b/textproc/py-relatorio/Makefile
index 5ef521b2dc4..bd0515ccad2 100644
--- a/textproc/py-relatorio/Makefile
+++ b/textproc/py-relatorio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/02/01 23:28:09 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/02 08:15:50 wiz Exp $
DISTNAME= relatorio-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
USE_LANGUAGES= #none
PYTHON_VERSIONED_DEPENDENCIES= cairo
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-pycha
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"