aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-23 04:22:48 +0800
committerbapt <bapt@FreeBSD.org>2013-03-23 04:22:48 +0800
commitb9c7d3f350230d32bcdd077e4cefaa0606d7b4de (patch)
tree33f02147e91232dcff4b820d5ebc7841aa277e69 /games
parent44956c9360c00b074a37eba29f63618106c28a68 (diff)
downloadfreebsd-ports-gnome-b9c7d3f350230d32bcdd077e4cefaa0606d7b4de.tar.gz
freebsd-ports-gnome-b9c7d3f350230d32bcdd077e4cefaa0606d7b4de.tar.zst
freebsd-ports-gnome-b9c7d3f350230d32bcdd077e4cefaa0606d7b4de.zip
Add an explicit dependency on pkgconf
Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Diffstat (limited to 'games')
-rw-r--r--games/stonesoup/Makefile3
1 files changed, 2 insertions, 1 deletions
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