From owner-svn-ports-all@freebsd.org Sun Nov 20 13:45:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A39CC4AC58; Sun, 20 Nov 2016 13:45:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294E5E8B; Sun, 20 Nov 2016 13:45:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKDjv9m088962; Sun, 20 Nov 2016 13:45:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDjvd8088958; Sun, 20 Nov 2016 13:45:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201345.uAKDjvd8088958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 13:45:57 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 13:45:58 -0000 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}