svn commit: r314962 - head/games/stonesoup
Baptiste Daroussin
bapt at FreeBSD.org
Fri Mar 22 20:22:49 UTC 2013
Author: bapt
Date: Fri Mar 22 20:22:48 2013
New Revision: 314962
URL: http://svnweb.freebsd.org/changeset/ports/314962
Log:
Add an explicit dependency on pkgconf
Reported by: Nikolai Lifanov <lifanov at mail.lifanov.com>
Modified:
head/games/stonesoup/Makefile
Modified: head/games/stonesoup/Makefile
==============================================================================
--- head/games/stonesoup/Makefile Fri Mar 22 20:07:16 2013 (r314961)
+++ head/games/stonesoup/Makefile Fri Mar 22 20:22:48 2013 (r314962)
@@ -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
More information about the svn-ports-head
mailing list