svn commit: r539394 - head/games/robotfindskitten

Steven Kreuzer skreuzer at FreeBSD.org
Wed Jun 17 00:35:30 UTC 2020


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


More information about the svn-ports-head mailing list