diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 72c16d4d7d332490326869fd2cf740019a79cdd0 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /benchmarks | |
parent | cea6e11074d7b826fef76434a11c03283cb4ba94 (diff) | |
download | pkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/glmark2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile index 92dcc25804f..bb56b403b72 100644 --- a/benchmarks/glmark2/Makefile +++ b/benchmarks/glmark2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/04/25 14:20:26 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:30 adam Exp $ DISTNAME= glmark2-2014.03 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 AND modified-bsd USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 USE_TOOLS+= pkg-config |