games/ladder: USES+= ncurses, respect LDFLAGS

This commit is contained in:
John Marino 2016-02-04 21:41:49 +00:00
parent 2c4e0c14b1
commit 69b1673235

View File

@ -15,7 +15,8 @@ COMMENT= The old "ladder" game
RESTRICTED= possible copyright problems ?
USES= tar
USES= ncurses tar
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
NO_WRKSUBDIR= true
.include <bsd.port.mk>