svn commit: r408100 - head/games/frobtads

John Marino marino at FreeBSD.org
Thu Feb 4 21:33:05 UTC 2016


Author: marino
Date: Thu Feb  4 21:33:03 2016
New Revision: 408100
URL: https://svnweb.freebsd.org/changeset/ports/408100

Log:
  games/frobtads: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/games/frobtads/Makefile

Modified: head/games/frobtads/Makefile
==============================================================================
--- head/games/frobtads/Makefile	Thu Feb  4 21:27:38 2016	(r408099)
+++ head/games/frobtads/Makefile	Thu Feb  4 21:33:03 2016	(r408100)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 
 CONFLICTS=	tads-2.*
 
-USES=		autoreconf execinfo gmake localbase
+USES=		autoreconf execinfo gmake localbase ncurses
 GNU_CONFIGURE=	yes
 
 LIBS+=		-lcompat


More information about the svn-ports-all mailing list