#38090: Port request: Valkyrie -----------------------+-------------------------------- Reporter: marty@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: valkyrie | -----------------------+-------------------------------- Changes (by ryandesign@…): * cc: raimue@… (added) * port: => valkyrie Comment: I see this in the attached Portfile: {{{ configure.args-delete --prefix=/opt/local \ --disable-dependency-tracking }}} There are three problems here. 1. /opt/local should not be hardcoded. 2. Removing `--prefix=${prefix}` from configure.args has no effect because it's never in configure.args to begin with; it's in configure.pre_args, which you're already clearing. 3. Removing `--disable-dependency-tracking` from configure.args has no effect because it's never in configure.args to begin with; it's in configure.universal_args, from which you should remove it since qmake doesn't support it. -- Ticket URL: <https://trac.macports.org/ticket/38090#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS