Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2020 00:35:30 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539394 - head/games/robotfindskitten
Message-ID:  <202006170035.05H0ZUef008948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Wed Jun 17 00:35:29 2020
New Revision: 539394
URL: https://svnweb.freebsd.org/changeset/ports/539394

Log:
  Add makeinfo to USES=

Modified:
  head/games/robotfindskitten/Makefile

Modified: head/games/robotfindskitten/Makefile
==============================================================================
--- head/games/robotfindskitten/Makefile	Tue Jun 16 23:53:16 2020	(r539393)
+++ head/games/robotfindskitten/Makefile	Wed Jun 17 00:35:29 2020	(r539394)
@@ -12,7 +12,7 @@ COMMENT=	Yet another zen simulation
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf libtool ncurses
+USES=		autoreconf libtool makeinfo ncurses
 GNU_CONFIGURE=	YES
 
 USE_GITHUB=	yes



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