svn commit: r326377 - head/games/corsix-th

Guido Falsi madpilot at FreeBSD.org
Thu Sep 5 09:57:53 UTC 2013


Author: madpilot
Date: Thu Sep  5 09:57:52 2013
New Revision: 326377
URL: http://svnweb.freebsd.org/changeset/ports/326377

Log:
  - Add explicit dependency on pkgconfig
  - Convert to new LIB_DEPENDS format

Modified:
  head/games/corsix-th/Makefile

Modified: head/games/corsix-th/Makefile
==============================================================================
--- head/games/corsix-th/Makefile	Thu Sep  5 09:40:38 2013	(r326376)
+++ head/games/corsix-th/Makefile	Thu Sep  5 09:57:52 2013	(r326377)
@@ -14,9 +14,9 @@ COMMENT=	Open source clone of Theme Hosp
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		cmake
+USES=		cmake pkgconfig
 USE_LUA=	yes
 USE_SDL=	mixer
 USE_DOS2UNIX=	CMake/FindFFmpeg.cmake \


More information about the svn-ports-head mailing list