by default configure.pre_args contains only the --prefix parameter, so clearing the variable completely would work, too: configure.pre_args Regards, Elias On May 10, 2007, at 11:06 PM, Ryan Schmidt wrote:
On May 10, 2007, at 15:37, Jochen Küpper wrote:
I am rtrying to write a Portfile for Qwt, which is not build using autotools, but uses Qt's qmake + make combo.
I think I have everything set, but a --preix option thst is still passed to qmake. I am trying to remove that using configure.args-delete --prefix=${prefix} but apparently that does not work.
Any hints?
I attach the whole Portfile for reference.
MacPorts does not put the "--prefix=${prefix}" argument in the configure.args variable; it puts it in the configure.pre_args variable. Presumably you then want "configure.pre_args-delete -- prefix=${prefix}". I haven't tested this.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users