svn commit: r433658 - head/games/ctris

John Marino marino at FreeBSD.org
Wed Feb 8 17:43:04 UTC 2017


Author: marino
Date: Wed Feb  8 17:43:03 2017
New Revision: 433658
URL: https://svnweb.freebsd.org/changeset/ports/433658

Log:
  games/ctris: honor LDFLAGS (again)
  
  The previous update removed the LIBS definition of MAKE_ARGS, but it
  is still needed for ports ncurses, so return it back (minus the -lm flag
  which is no longer needed).
  
  Approved by:	nurses blanket

Modified:
  head/games/ctris/Makefile

Modified: head/games/ctris/Makefile
==============================================================================
--- head/games/ctris/Makefile	Wed Feb  8 17:24:43 2017	(r433657)
+++ head/games/ctris/Makefile	Wed Feb  8 17:43:03 2017	(r433658)
@@ -13,6 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		ncurses
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dominikhackl


More information about the svn-ports-head mailing list