svn commit: r408110 - head/games/taipan

John Marino marino at FreeBSD.org
Thu Feb 4 22:18:39 UTC 2016


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 at 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


More information about the svn-ports-all mailing list