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
commitc8eb3a9738decced17d91a0c7df8f96dbb97403a (patch)
tree698d1b5dae833c7a61355fe670e6c02e6a37a76d
parentf4b38d1178c93f84920632663b4dfd8a710c7bb3 (diff)
downloadpkgsrc-c8eb3a9738decced17d91a0c7df8f96dbb97403a.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"