From a5930f81c76146251bbdd117ac5b7dff22e92b70 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 22 Mar 2013 20:22:48 +0000 Subject: [PATCH] Add an explicit dependency on pkgconf Reported by: Nikolai Lifanov --- games/stonesoup/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index fa8c30f742fc..cf5d17231885 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -18,6 +18,7 @@ USE_XZ= yes USES= bison USE_GMAKE= yes USE_LUA= 5.1 +USE_PKGCONFIG= build USE_PERL5_BUILD= yes MAKE_JOBS_SAFE= yes @@ -65,7 +66,7 @@ CONFLICTS+= ${PORTNAME}-[0-9]* MAKE_ARGS+= TILES=y PLIST_SUB+= SDL="" PKGNAMESUFFIX= -sdl -USE_PKGCONFIG= yes +USES+= pkgconfig BUILD_DEPENDS+= fc-list:${PORTSDIR}/x11-fonts/fontconfig \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu