aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-03-26 19:04:04 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-03-26 19:04:04 +0000
commitc15e8d65ae1d54212cb0f81afcfbff40aadcd4e7 (patch)
tree15b544fd1bdec86cafb90891b456d0db2c0b209a /games
parent65f92749864f01a3ba8bc02d67ff18fb4c56392c (diff)
downloadports-c15e8d65ae1d54212cb0f81afcfbff40aadcd4e7.tar.gz
ports-c15e8d65ae1d54212cb0f81afcfbff40aadcd4e7.zip
Add explicit build dependency on perl.
PR: 254568 Submitted by: beldin@beldin.org
Notes
Notes: svn path=/head/; revision=569266
Diffstat (limited to 'games')
-rw-r--r--games/0ad/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile
index aabddf17a623..f1e74c09dfb0 100644
--- a/games/0ad/Makefile
+++ b/games/0ad/Makefile
@@ -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