diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/frotz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 039f2c99ce38..dc22e38e20b9 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= DavidGriffith -USES= gmake +USES= gmake ncurses -MAKE_ARGS= -e +MAKE_ARGS= -e CURSES="${LDFLAGS} -lncurses" MAKE_ENV= OPTS="${CFLAGS}" CONFIG_DIR="${PREFIX}/etc" PLIST_FILES= bin/frotz \ |