From 9f0fe0d733dc0f1a16fec12a8e1b56c59dbcf230 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 4 Feb 2016 18:39:28 +0000 Subject: games/alienware: document ncurses rqmt (USES+=ncurses), respect LDFLAGS Previously somebody patched this to linked with libcurses over libncurses, so reverse that. --- games/alienwave/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games/alienwave') 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: -- cgit v1.2.3