diff options
Diffstat (limited to 'benchmarks/glmark2/Makefile')
-rw-r--r-- | benchmarks/glmark2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile index 416044fc5a6..3576b1b3bf2 100644 --- a/benchmarks/glmark2/Makefile +++ b/benchmarks/glmark2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/03/07 21:14:32 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2015/03/08 23:25:39 joerg Exp $ DISTNAME= glmark2-2014.03 CATEGORIES= benchmarks @@ -14,6 +14,8 @@ USE_LANGUAGES= c c++ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +USE_TOOLS+= pkg-config + .include "../../mk/dlopen.buildlink3.mk" .if empty(BUILTIN_LIB_FOUND.dl:M[yY][eE][sS]) SUBST_CLASSES+= rmdl |