Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 17:43:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433658 - head/games/ctris
Message-ID:  <201702081743.v18Hh3Sr080730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702081743.v18Hh3Sr080730>