svn commit: r426590 - in head: games/critterding games/nlarn misc/crosspad
John Marino
marino at FreeBSD.org
Sun Nov 20 13:45:58 UTC 2016
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 at 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}
More information about the svn-ports-all
mailing list