svn commit: r568481 - head/emulators/vgb-bin
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 15 17:40:09 UTC 2021
Author: amdmi3
Date: Mon Mar 15 17:40:08 2021
New Revision: 568481
URL: https://svnweb.freebsd.org/changeset/ports/568481
Log:
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
Modified:
head/emulators/vgb-bin/Makefile
Modified: head/emulators/vgb-bin/Makefile
==============================================================================
--- head/emulators/vgb-bin/Makefile Mon Mar 15 17:38:14 2021 (r568480)
+++ head/emulators/vgb-bin/Makefile Mon Mar 15 17:40:08 2021 (r568481)
@@ -14,6 +14,9 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list