Date: Thu, 4 Mar 2021 05:19:33 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567288 - head/games/bzflag Message-ID: <202103040519.1245JXwP063004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103040519.1245JXwP063004>