aboutsummaryrefslogtreecommitdiff
path: root/games/alienwave
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 18:39:28 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 18:39:28 +0000
commit9f0fe0d733dc0f1a16fec12a8e1b56c59dbcf230 (patch)
tree1a923958aa3eb4ca842e3a7b8c3395dd4bc47e8d /games/alienwave
parent59c02970d29263fd1cbc86129bf244a2eace563d (diff)
downloadports-9f0fe0d733dc0f1a16fec12a8e1b56c59dbcf230.tar.gz
ports-9f0fe0d733dc0f1a16fec12a8e1b56c59dbcf230.zip
games/alienware: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Previously somebody patched this to linked with libcurses over libncurses, so reverse that.
Notes
Notes: svn path=/head/; revision=408071
Diffstat (limited to 'games/alienwave')
-rw-r--r--games/alienwave/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/alienwave/Makefile b/games/alienwave/Makefile
index fbd06d26dbf1..cfb18f8bcc8a 100644
--- a/games/alienwave/Makefile
+++ b/games/alienwave/Makefile
@@ -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: