diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-05 17:57:52 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-05 17:57:52 +0800 |
commit | 1c26a5e1e1c2231d7ac01f3ab4630adfc6f157be (patch) | |
tree | 40cb6964e67c0d9c22f42064c5928db33eb38683 /games | |
parent | 0648c537e4aa90b2d260be191c81ba35f50359e9 (diff) | |
download | freebsd-ports-graphics-1c26a5e1e1c2231d7ac01f3ab4630adfc6f157be.tar.gz freebsd-ports-graphics-1c26a5e1e1c2231d7ac01f3ab4630adfc6f157be.tar.zst freebsd-ports-graphics-1c26a5e1e1c2231d7ac01f3ab4630adfc6f157be.zip |
- Add explicit dependency on pkgconfig
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'games')
-rw-r--r-- | games/corsix-th/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 46b096be66e..be8efd10efe 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -14,9 +14,9 @@ COMMENT= Open source clone of Theme Hospital 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 \ |