svn commit: r408081 - head/games/banihstypos

John Marino marino at FreeBSD.org
Thu Feb 4 19:26:40 UTC 2016


Author: marino
Date: Thu Feb  4 19:26:39 2016
New Revision: 408081
URL: https://svnweb.freebsd.org/changeset/ports/408081

Log:
  games/banihstypos: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  approved by:	infrastructure blanket

Modified:
  head/games/banihstypos/Makefile

Modified: head/games/banihstypos/Makefile
==============================================================================
--- head/games/banihstypos/Makefile	Thu Feb  4 19:10:57 2016	(r408080)
+++ head/games/banihstypos/Makefile	Thu Feb  4 19:26:39 2016	(r408081)
@@ -10,6 +10,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	jadawin at FreeBSD.org
 COMMENT=	Banihstypos is a simple game to teach you typing, FAST
 
+USES=		ncurses
+MAKE_ARGS=	LDFLAGS="${LDFLAGS} -lncurses"
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 SUB_LIST=	PORTNAME=${PORTNAME}


More information about the svn-ports-all mailing list