[101775] trunk/dports/lang/ruby19/Portfile

Rainer Müller raimue at macports.org
Mon Jan 21 07:28:39 PST 2013


On 2013-01-20 10:15, kimura wataru wrote:
> This configure error occurs only when universal binary specified
> (passing multiple archs for --with-archs optition to `configure`).
> There is no problem for building single arch ruby.

However, as autoconf is only required at build time, it should be listed
in depends_build and not in depends_lib.

The option "use_autoreconf yes" automatically adds autoconf, automake,
and libtool to depends_build as you can see in port info. There is no
need to do that manually.

$ port info --pretty --depends ruby19 +universal
Build Dependencies:   autoconf, automake, libtool
Library Dependencies: libiconv, readline, openssl, zlib, ncurses,
                      libyaml, libffi, gdbm, autoconf

Rainer


More information about the macports-dev mailing list