On Nov 19, 2010, at 19:00, [email protected] wrote: > +configure.env-append CHARMAP_PLUGIN_CFLAGS="[exec > ${prefix}/bin/pkg-config --cflags gucharmap-2]" \ > + CHARMAP_PLUGIN_LIBS="[exec ${prefix}/bin/pkg-config > --libs gucharmap-2]" > +
This will fail if pkgconfig is not yet installed at the time the port is processed. For example, if the user runs "port info bluefish" before having installed pkgconfig. Therefore this must be done in a pre-configure block. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
