1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

games/alienware: document ncurses rqmt (USES+=ncurses), respect LDFLAGS

Previously somebody patched this to linked with libcurses over libncurses,
so reverse that.
This commit is contained in:
John Marino 2016-02-04 18:39:28 +00:00
parent 59c02970d2
commit 9f0fe0d733
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408071

View File

@ -20,10 +20,10 @@ LEVEL_EASY_DESC= Killing Xzarna: easy
LEVEL_MEDIUM_DESC= Killing Xzarna: medium
LEVEL_HARD_DESC= Killing Xzarna: hard
USES= ncurses
MAKE_ARGS= LIB="${LDFLAGS} -lncurses"
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= ${PORTNAME}
PORTDOCS= README STORY TO_DO
PLIST_FILES= bin/alienwave
@ -35,7 +35,6 @@ post-patch:
@${REINPLACE_CMD} -e \
'/^CC /s|^|#| ; \
/^CFLAGS /s|^|#| ; \
s|-lncurses|-lcurses| ; \
/strip /s|^|#|' ${WRKSRC}/Makefile
do-install: