Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 21:27:39 +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: r408099 - head/games/greed
Message-ID:  <201602042127.u14LRdjD029590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 21:27:38 2016
New Revision: 408099
URL: https://svnweb.freebsd.org/changeset/ports/408099

Log:
  games/greed: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses, not libcurses.
  
  approved by:	infrastructure blanket

Modified:
  head/games/greed/Makefile

Modified: head/games/greed/Makefile
==============================================================================
--- head/games/greed/Makefile	Thu Feb  4 21:26:16 2016	(r408098)
+++ head/games/greed/Makefile	Thu Feb  4 21:27:38 2016	(r408099)
@@ -12,9 +12,10 @@ COMMENT=	Text puzzle game with the aim o
 
 LICENSE=	BSD3CLAUSE
 
+USES=		ncurses
 SCOREFILE?=	/var/games/greed.hs
 CFLAGS+=	-DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\"
-LDFLAGS+=	-lcurses
+LDFLAGS+=	-lncurses
 PLIST_SUB+=	SCOREFILE=${SCOREFILE}
 
 do-build:



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