svn commit: r325956 - head/games/supertuxkart
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 2 09:25:49 UTC 2013
Author: bapt
Date: Mon Sep 2 09:25:48 2013
New Revision: 325956
URL: http://svnweb.freebsd.org/changeset/ports/325956
Log:
Add an explicit dependency on pkgconfig
Modified:
head/games/supertuxkart/Makefile
Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile Mon Sep 2 09:22:47 2013 (r325955)
+++ head/games/supertuxkart/Makefile Mon Sep 2 09:25:48 2013 (r325956)
@@ -24,8 +24,7 @@ LIB_DEPENDS= vorbisfile:${PORTSDIR}/audi
USE_BZIP2= yes
USE_GL= gl glu glut
USE_OPENAL= al alut
-USES= cmake gettext
-USE_GMAKE= yes
+USES= cmake gettext gmake pkgconfig
USE_SDL= sdl
USE_DOS2UNIX= lib/irrlicht/source/Irrlicht/Makefile
More information about the svn-ports-head
mailing list