aboutsummaryrefslogtreecommitdiff
path: root/games/re3
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-04 15:49:12 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-04 15:49:12 +0000
commitbae771a46ffcaecd6c645618e978e87838b5ea81 (patch)
treec35f72412adc03851dd27478ae21eb4f165c4585 /games/re3
parent27f1600172ab71b3cd198839f74e5f9a450cf6ed (diff)
downloadports-bae771a46ffcaecd6c645618e978e87838b5ea81.tar.gz
ports-bae771a46ffcaecd6c645618e978e87838b5ea81.zip
games/re3: enable only for architectures that are supported
Notes
Notes: svn path=/head/; revision=567320
Diffstat (limited to 'games/re3')
-rw-r--r--games/re3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/re3/Makefile b/games/re3/Makefile
index 46a3eaf8fa7c..69cf4a13f6ab 100644
--- a/games/re3/Makefile
+++ b/games/re3/Makefile
@@ -7,6 +7,8 @@ CATEGORIES= games
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Reverse-engineered GTA3 engine
+ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386
+
BUILD_DEPENDS= premake5:devel/premake5
LIB_DEPENDS= libglfw.so:graphics/glfw \
libmpg123.so:audio/mpg123 \