Tweak games/blinken version 4.14.3
[dports.git] / games / cataclysm-dda / Makefile.DragonFly
1 CXXFLAGS+= -Wno-deprecated-declarations
2
3 dfly-patch:
4 .if exists(/lib/priv/libprivate_ncurses.so.59)
5         ${REINPLACE_CMD} -e "s@ncursesw5-config@ncursesw6-config@g" \
6                 ${WRKSRC}/Makefile
7 .endif