View | Details | Raw Unified | Return to bug 243370
Collapse All | Expand All

(-)Mk/bsd.port.mk (+6 lines)
Lines 2747-2752 Link Here
2747
# Don't build a port if the system is too old.
2767
# Don't build a port if the system is too old.
2748
################################################################
2768
################################################################
2749
2769
2770
.if defined(TRY_ARCH_ANYWAY)
2771
__ARCH_OK?=		1
2772
.else
2773
2750
# Check the machine architectures
2774
# Check the machine architectures
2751
.if defined(ONLY_FOR_ARCHS)
2775
.if defined(ONLY_FOR_ARCHS)
2752
.for __ARCH in ${ONLY_FOR_ARCHS}
2776
.for __ARCH in ${ONLY_FOR_ARCHS}
Lines 2766-2771 Link Here
2766
.endfor
2790
.endfor
2767
.endif
2791
.endif
2768
2792
2793
.endif
2794
2769
.if !defined(__ARCH_OK)
2795
.if !defined(__ARCH_OK)
2770
.if defined(ONLY_FOR_ARCHS)
2796
.if defined(ONLY_FOR_ARCHS)
2771
IGNORE=		is only for ${ONLY_FOR_ARCHS:O},
2797
IGNORE=		is only for ${ONLY_FOR_ARCHS:O},

Return to bug 243370