From f48f0c6c221c19f7964daf3e256b6909047621f5 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 18 Sep 2016 05:33:03 +0000 Subject: Uses pkg-config. --- games/supertux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/supertux/Makefile b/games/supertux/Makefile index a2c6d1dc122..783172684cc 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/09/14 16:24:26 maya Exp $ +# $NetBSD: Makefile,v 1.2 2016/09/18 05:33:03 dholland Exp $ DISTNAME= supertux-0.4.0 CATEGORIES= games @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_CMAKE= yes CMAKE_ARGS+= -DINSTALL_SUBDIR_BIN=bin CMAKE_ARGS+= -DBUILD_SHARED_LIBS=off -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ CFLAGS+= -I${BUILDLINK_DIR}/include/AL -- cgit v1.2.3