summaryrefslogtreecommitdiff
path: root/textproc/py-pygments
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-17 22:16:36 +0000
committerwiz <wiz>2012-10-17 22:16:36 +0000
commit1131b0f7c490e43126c660da111b3cc137504c78 (patch)
tree0e71fa35e6bdcc623862aa149339fcbc5ab116f6 /textproc/py-pygments
parentd06b229143b4db73a2c47a4da575a1819f07b60c (diff)
downloadpkgsrc-1131b0f7c490e43126c660da111b3cc137504c78.tar.gz
Allow python-3.x.
Diffstat (limited to 'textproc/py-pygments')
-rw-r--r--textproc/py-pygments/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
index 6e6c3bb1719..a0d224e3e89 100644
--- a/textproc/py-pygments/Makefile
+++ b/textproc/py-pygments/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/04/17 17:35:25 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/17 22:16:36 wiz Exp $
#
DISTNAME= Pygments-1.5
@@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #none
+PYTHON_VERSIONS_INCLUDE_3X= yes
+
.include "../../mk/bsd.prefs.mk"
.if !empty(PKGSRC_RUN_TEST:M[yY][eE][sS])