games/frotz: USES+= ncurses
This commit is contained in:
parent
c05148a4eb
commit
1b18ba01bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408239
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user