Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 523220) +++ Mk/bsd.port.mk (working copy) @@ -2747,6 +2767,10 @@ # Don't build a port if the system is too old. ################################################################ +.if defined(TRY_ARCH_ANYWAY) +__ARCH_OK?= 1 +.else + # Check the machine architectures .if defined(ONLY_FOR_ARCHS) .for __ARCH in ${ONLY_FOR_ARCHS} @@ -2766,6 +2790,8 @@ .endfor .endif +.endif + .if !defined(__ARCH_OK) .if defined(ONLY_FOR_ARCHS) IGNORE= is only for ${ONLY_FOR_ARCHS:O},