svn commit: r408103 - head/games/ladder

John Marino marino at FreeBSD.org
Thu Feb 4 21:41:51 UTC 2016


Author: marino
Date: Thu Feb  4 21:41:49 2016
New Revision: 408103
URL: https://svnweb.freebsd.org/changeset/ports/408103

Log:
  games/ladder: USES+= ncurses, respect LDFLAGS

Modified:
  head/games/ladder/Makefile

Modified: head/games/ladder/Makefile
==============================================================================
--- head/games/ladder/Makefile	Thu Feb  4 21:40:57 2016	(r408102)
+++ head/games/ladder/Makefile	Thu Feb  4 21:41:49 2016	(r408103)
@@ -15,7 +15,8 @@ COMMENT=	The old "ladder" game
 
 RESTRICTED=	possible copyright problems ?
 
-USES=		tar
+USES=		ncurses tar
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 NO_WRKSUBDIR=	true
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list