diff options
-rw-r--r-- | games/urbanterror-data/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/urbanterror-data/Makefile b/games/urbanterror-data/Makefile index ed83423d7b99..a56f14ae2b86 100644 --- a/games/urbanterror-data/Makefile +++ b/games/urbanterror-data/Makefile @@ -26,6 +26,11 @@ URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\2/} PLIST_SUB+= VER=${URT_VER} +BROKEN_aarch64= Fails to install: runaway process +BROKEN_armv6= Fails to install: runaway process +BROKEN_mips= Fails to install: runaway process +BROKEN_mips64= Fails to install: runaway process + OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes |