diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-17 22:16:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-17 22:16:36 +0000 |
commit | 8556f5924bf4740f42633a95f730dc7c3fb03eba (patch) | |
tree | 0e71fa35e6bdcc623862aa149339fcbc5ab116f6 /textproc/py-pygments | |
parent | 73b9ef023351d6e5d13ebc8726c8de91722202c4 (diff) | |
download | pkgsrc-8556f5924bf4740f42633a95f730dc7c3fb03eba.tar.gz |
Allow python-3.x.
Diffstat (limited to 'textproc/py-pygments')
-rw-r--r-- | textproc/py-pygments/Makefile | 4 |
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]) |