Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 21:33:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408100 - head/games/frobtads
Message-ID:  <201602042133.u14LX3Kc032442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602042133.u14LX3Kc032442>