Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2021 19:04:04 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569266 - head/games/0ad
Message-ID:  <202103261904.12QJ44jd081864@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Mar 26 19:04:04 2021
New Revision: 569266
URL: https://svnweb.freebsd.org/changeset/ports/569266

Log:
  Add explicit build dependency on perl.
  
  PR:		254568
  Submitted by:	beldin@beldin.org

Modified:
  head/games/0ad/Makefile

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Fri Mar 26 18:56:43 2021	(r569265)
+++ head/games/0ad/Makefile	Fri Mar 26 19:04:04 2021	(r569266)
@@ -35,11 +35,13 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libfmt.so:devel/libfmt
 
 USES=		compiler:c++11-lib desktop-file-utils dos2unix gl gmake gnome \
-		iconv jpeg openal:al pkgconfig python:build sdl tar:xz xorg
+		iconv jpeg openal:al perl5 pkgconfig python:build sdl tar:xz \
+		xorg
 USE_GNOME=	libxml2
 USE_GL=		gl
 USE_SDL=	sdl2
 USE_XORG=	x11 xcursor
+USE_PERL5=	build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha
 BUILD_WRKSRC=	${WRKSRC}/build/workspaces/gcc



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