svn commit: r569266 - head/games/0ad

Guido Falsi madpilot at FreeBSD.org
Fri Mar 26 19:04:04 UTC 2021


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 at 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


More information about the svn-ports-all mailing list