diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 17:43:18 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 17:43:18 +0000 |
commit | 1b18ba01bfbcd43844a12aa070fe45a1f0a8d273 (patch) | |
tree | 0750ca2f9f213200e674af4c80610c2817a1d8fe /games | |
parent | c05148a4ebc9c3581261e33e8ab30bb3a57e5272 (diff) | |
download | ports-1b18ba01bfbcd43844a12aa070fe45a1f0a8d273.tar.gz ports-1b18ba01bfbcd43844a12aa070fe45a1f0a8d273.zip |
Notes
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 \ |