[73612] trunk/dports/editors/bluefish/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Nov 19 17:04:27 PST 2010


On Nov 19, 2010, at 19:00, devans at macports.org 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.





More information about the macports-dev mailing list