svn commit: r567288 - head/games/bzflag

Neel Chauhan nc at FreeBSD.org
Thu Mar 4 05:19:34 UTC 2021


Author: nc
Date: Thu Mar  4 05:19:33 2021
New Revision: 567288
URL: https://svnweb.freebsd.org/changeset/ports/567288

Log:
  games/bzflag: Add autoreconf to USES.
  
  This prevents build fallouts.
  
  PR:		253964
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com> (maintainer)

Modified:
  head/games/bzflag/Makefile

Modified: head/games/bzflag/Makefile
==============================================================================
--- head/games/bzflag/Makefile	Thu Mar  4 05:18:38 2021	(r567287)
+++ head/games/bzflag/Makefile	Thu Mar  4 05:19:33 2021	(r567288)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libcares.so:dns/c-ares
 
 GNU_CONFIGURE=	yes
-USES=		compiler:c++11-lib libtool localbase tar:bzip2
+USES=		autoreconf compiler:c++11-lib libtool localbase tar:bzip2
 INSTALL_TARGET=	install-strip
 
 .ifndef SERVER_ONLY


More information about the svn-ports-all mailing list