Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 09:57:52 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326377 - head/games/corsix-th
Message-ID:  <201309050957.r859vqtV003972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050957.r859vqtV003972>