Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 22:18:38 +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: r408110 - head/games/taipan
Message-ID:  <201602042218.u14MIcQK045128@repo.freebsd.org>

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

Log:
  games/taipan: USES+= ncurses, respect LDFLAGS
  
  Also link with libncurses, not libcurses

Modified:
  head/games/taipan/Makefile

Modified: head/games/taipan/Makefile
==============================================================================
--- head/games/taipan/Makefile	Thu Feb  4 22:16:39 2016	(r408109)
+++ head/games/taipan/Makefile	Thu Feb  4 22:18:38 2016	(r408110)
@@ -10,7 +10,8 @@ MASTER_SITES=	SUNSITE/games/textrpg
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Classic role-playing game from the 1980s
 
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
+USES=		ncurses
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS} -lncurses"
 
 PORTDOCS=	README
 PLIST_FILES=	bin/taipan



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