diff options
Diffstat (limited to 'games/chroma/Makefile')
-rw-r--r-- | games/chroma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/chroma/Makefile b/games/chroma/Makefile index 7296417ab168..145760cb8099 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -37,7 +37,7 @@ PLIST_SUB+= CURSES="@comment " .if ${PORT_OPTIONS:MSDL} USE_SDL= sdl image -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 PLIST_SUB+= SDL="" .else CONFIGURE_ARGS+=--disable-sdl |