svn commit: r408114 - head/games/vms-empire

John Marino marino at FreeBSD.org
Thu Feb 4 22:33:20 UTC 2016


Author: marino
Date: Thu Feb  4 22:33:18 2016
New Revision: 408114
URL: https://svnweb.freebsd.org/changeset/ports/408114

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

Modified:
  head/games/vms-empire/Makefile

Modified: head/games/vms-empire/Makefile
==============================================================================
--- head/games/vms-empire/Makefile	Thu Feb  4 22:31:38 2016	(r408113)
+++ head/games/vms-empire/Makefile	Thu Feb  4 22:33:18 2016	(r408114)
@@ -11,6 +11,8 @@ COMMENT=	Simulation of a full-scale war 
 
 LICENSE=	GPLv2
 
+USES=		ncurses
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 PORTDOCS=	AUTHORS BUGS HACKING NEWS README
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list