From deccf794bccb4752f61d1c021d6b1979b4301a0e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 15 Mar 2021 17:40:08 +0000 Subject: Mark as only for i386 This requires compatible (e.g. i386) X11 libraries, and there's no supported way to have i386 packages on amd64 system. PR: 233877 Reported by: 0mp --- emulators/vgb-bin/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emulators') diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 4df539394b2f..79708767b735 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Nintendo GameBoy(tm) emulator (closed binary version of vgb) +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= required i386 dependencies + LIB_DEPENDS= libc.so.5:misc/compat5x IA32_BINARY_PORT= yes -- cgit v1.2.3