summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-11-23 12:16:32 +0000
committerwiz <wiz@pkgsrc.org>2015-11-23 12:16:32 +0000
commitc9237d500d223e4501da8d117dc059990afa6f21 (patch)
tree698d1b5dae833c7a61355fe670e6c02e6a37a76d
parentf9db3e3a3c45e32ac8335e6d827e073e65336d0d (diff)
downloadpkgsrc-c9237d500d223e4501da8d117dc059990afa6f21.tar.gz
Mark as not ready for python-3.x.
Bump PKGREVISION.
-rw-r--r--www/ruby-pygments.rb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ruby-pygments.rb/Makefile b/www/ruby-pygments.rb/Makefile
index d7f386591a8..3eff6ef76dc 100644
--- a/www/ruby-pygments.rb/Makefile
+++ b/www/ruby-pygments.rb/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2015/11/23 07:23:49 taca Exp $
+# $NetBSD: Makefile,v 1.7 2015/11/23 12:16:32 wiz Exp $
DISTNAME= pygments.rb-0.6.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -20,6 +20,8 @@ SUBST_FILES.path= lib/pygments/popen.rb
SUBST_SED.path+= -e 's|@PYTHON@|python${PYVERSSUFFIX}|'
SUBST_MESSAGE.path= Fixing Python's path.
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 0.6.3
+
.include "../../lang/ruby/gem.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"