diff options
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 \ |