From 14295721d421096cb5551d3e1766855a52311df7 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 30 Nov 2017 05:55:17 +0000 Subject: For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) --- games/iortcw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/iortcw/Makefile') diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile index ea95ff8ac418..ecd3f2c4e679 100644 --- a/games/iortcw/Makefile +++ b/games/iortcw/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libopus.so:audio/opus \ libfreetype.so:print/freetype2 -NOT_FOR_ARCHS= aarch64 armv6 powerpc64 +NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 NOT_FOR_ARCHS_REASON= fails to configure: Architecture not supported USES= jpeg pkgconfig gmake -- cgit v1.2.3