Re: RT36 port WITH_APACHE2

2007-02-14 Thread Matthew Seaman
Joe Auty wrote: > I figured this out, > > My pkgtools.conf make args needed to read: > >>> MAKE_ARGS = { >>> >>> 'www/rt36' => '-DWITH_APACHE2' >>> } > > rather than: > >>> MAKE_ARGS = { >>> >>> 'www/rt36' => 'WITH_APACHE2' >>> } > > > Why is it t

Re: RT36 port WITH_APACHE2

2007-02-13 Thread Joe Auty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I figured this out, My pkgtools.conf make args needed to read: MAKE_ARGS = { 'www/rt36' => '-DWITH_APACHE2' } rather than: MAKE_ARGS = { 'www/rt36' => 'WITH_APACHE2' } Why is it that some make arguments

Re: RT36 port WITH_APACHE2

2007-02-12 Thread Joe Auty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anybody? Why would the pkgtools.conf make args not work while throwing in a - D to a manual make command in the ports tree works? On Feb 12, 2007, at 2:36 AM, Joe Auty wrote: Hello, Why is it that when I: cd /usr/ports/www/rt36 make -DWITH_AP