diff options
author | wiz <wiz> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-09 07:36:53 +0000 |
commit | 1f40a115597a757dffb35d76fc06e4ced0708e2b (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /net/gitso | |
parent | 10c570a1541d725230c1afb3be2722bc774ee88c (diff) | |
download | pkgsrc-1f40a115597a757dffb35d76fc06e4ced0708e2b.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'net/gitso')
-rw-r--r-- | net/gitso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gitso/Makefile b/net/gitso/Makefile index fb9f6bb5ad4..66b3e39a747 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/05 00:48:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:14 wiz Exp $ DISTNAME= gitso-0.6 PKGREVISION= 12 @@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc WRKSRC= ${WRKDIR}/Gitso PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets USE_TOOLS+= bash:run |