Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 527329) +++ Mk/bsd.port.mk (working copy) @@ -1177,7 +1177,7 @@ .endif _EXPORTED_VARS+= OSVERSION -.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1103000) || \ +.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1103000 || (${OSVERSION} > 1300000 && ${OSVERSION} < 1300070 && defined(PPC_ABI) && ${PPC_ABI} == "ELFv1"))) || \ (${OPSYS} == DragonFly && ${DFLYVERSION} < 400400) _UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\ are guaranteed to build on this system. Please upgrade to a supported release.