svn commit: r483824 - head/sysutils/screen

Antoine Brodin antoine at FreeBSD.org
Fri Nov 2 17:15:53 UTC 2018


Author: antoine
Date: Fri Nov  2 17:15:52 2018
New Revision: 483824
URL: https://svnweb.freebsd.org/changeset/ports/483824

Log:
  Add missing USES=makeinfo

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Fri Nov  2 17:12:21 2018	(r483823)
+++ head/sysutils/screen/Makefile	Fri Nov  2 17:15:52 2018	(r483824)
@@ -61,6 +61,7 @@ PLIST_SUB+=	MAN="@comment"
 .if ${PORT_OPTIONS:MINFO}
 INFO=		screen
 MAKE_ARGS+=	WITH_INFO=1
+USES+=		makeinfo
 .endif
 
 # Enables support for 256 colour xterm.  Note that you may need to


More information about the svn-ports-all mailing list