Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 13:45:57 +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: r426590 - in head: games/critterding games/nlarn misc/crosspad
Message-ID:  <201611201345.uAKDjvd8088958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Nov 20 13:45:56 2016
New Revision: 426590
URL: https://svnweb.freebsd.org/changeset/ports/426590

Log:
  games/critterding, games/nlarn, misc/crosspad: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/games/critterding/Makefile
  head/games/nlarn/Makefile
  head/misc/crosspad/Makefile

Modified: head/games/critterding/Makefile
==============================================================================
--- head/games/critterding/Makefile	Sun Nov 20 13:40:22 2016	(r426589)
+++ head/games/critterding/Makefile	Sun Nov 20 13:45:56 2016	(r426590)
@@ -12,7 +12,7 @@ COMMENT=	Evolving Artificial Life
 
 LIB_DEPENDS=	libfreetype.so:print/freetype2
 
-USES=		autoreconf libtool pkgconfig tar:bzip2
+USES=		autoreconf libtool ncurses pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl
 USE_GL=		gl

Modified: head/games/nlarn/Makefile
==============================================================================
--- head/games/nlarn/Makefile	Sun Nov 20 13:40:22 2016	(r426589)
+++ head/games/nlarn/Makefile	Sun Nov 20 13:45:56 2016	(r426590)
@@ -12,7 +12,7 @@ COMMENT=	Roguelike game and as such a re
 
 LICENSE=	GPLv3
 
-USES=		gmake lua:51 pkgconfig
+USES=		gmake lua:51 ncurses pkgconfig
 USE_GNOME=	glib20
 
 post-configure:

Modified: head/misc/crosspad/Makefile
==============================================================================
--- head/misc/crosspad/Makefile	Sun Nov 20 13:40:22 2016	(r426589)
+++ head/misc/crosspad/Makefile	Sun Nov 20 13:45:56 2016	(r426590)
@@ -10,7 +10,7 @@ MASTER_SITES=	ftp://ftp.itojun.org/pub/m
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Crosspad data downloader/converter
 
-USES=		perl5
+USES=		ncurses perl5
 USE_PERL5=	run
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_path_perl=${PERL}



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