From 0cd8dd4e18dfcd47fc99ed602467e8e01ec7e194 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 6 Aug 2021 15:18:10 -0700 Subject: graphics/aseprite: Disallow package distribution. Aseprite EULA says that this software can't be distributed to third parties. Reported by: lspn --- graphics/aseprite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile index 611349ffff5d..dff669e253e0 100644 --- a/graphics/aseprite/Makefile +++ b/graphics/aseprite/Makefile @@ -12,7 +12,7 @@ COMMENT= Animated sprite editor and pixel art tool LICENSE= EULA LICENSE_NAME= END-USER LICENSE AGREEMENT FOR ASEPRITE LICENSE_FILE= ${WRKSRC}/EULA.txt -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_PERMS= dist-mirror auto-accept BROKEN_armv6= fails to compile: undefined reference to __va_copy BROKEN_armv7= fails to compile: undefined reference to __va_copy -- cgit v1.2.3