Date: Sat, 26 Apr 2003 03:28:04 +0200 From: Martin Karlsson <mk-freebsd@bredband.net> To: "E. J. Cerejo" <ecerejo@myrealbox.com> Cc: freebsd-questions@freebsd.org Subject: Re: How to specify "make" arguments in pkgtools.conf Message-ID: <20030426012804.GC78181@c-49c170d5.bredbandsbolaget.se> In-Reply-To: <1051308962.33338.8.camel@ecerejo.Belkin> References: <1051308962.33338.8.camel@ecerejo.Belkin>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, * E. J. Cerejo <ecerejo@myrealbox.com> [2003-04-25 18.16 -0400]: > I'm trying to specify a bunch of make arguments in > /usr/local/etc/pkgtools.conf, I've tried this: > > MAKE_ARGS = { > 'mail/evolution' => '-DWITHOUT_PILOT' [...snip...] > 'multimedia/mplayer' => 'WITH_FAAD=yes' > } > [...snip...] > > How are you suppose to specify multiple arguments for mplayer in > pkgtools.conf? I think you're missing the comma (,) after each entry. Look at the example file, /usr/local/etc/pkgtools.conf.sample: # e.g.: # MAKE_ARGS = { # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', # 'ruby18-*' => 'RUBY_VER=1.8', # 'ruby16-*' => 'RUBY_VER=1.6', # } ^^^ / comma HTH, -- Martin Karlsson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030426012804.GC78181>