#50070: submission: icons themes Ciment, Mate and Menta --------------------------+-------------------------------- Reporter: rjvbertin@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: | --------------------------+-------------------------------- Comment (by ryandesign@…): In the mate-icons portfile: You cannot run "intltoolize" in a post-extract block because there is no guarantee that the required dependency will have been installed by then. That guarantee is only made as of the configure phase, so the earliest you could safely run it is in a pre-configure block. Since you're wanting to run intltoolize and autoreconf, you might instead want to use the project's autogen.sh script; that's what we do in other ports. However, I see the autogen.sh script is special and wants to run a special mate-autogen program from the mate-common package. Did you look into that already? -- Ticket URL: <https://trac.macports.org/ticket/50070#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X