[122234] trunk/dports/games/gnubg/Portfile

Daisuke Takahashi dtakahashi at macports.org
Thu Jul 17 23:35:02 PDT 2014


Hi Ryan,

Thank you very much. I committed the updated version, which built successfully on buildbot.

Regards,
Daisuke Takahashi

On 2014/07/18, at 14:35, Ryan Schmidt wrote:

> 
> On Jul 18, 2014, at 12:33 AM, dtakahashi at macports.org wrote:
> 
>> Revision
>> 122234
>> Author
>> dtakahashi at macports.org
>> Date
>> 2014-07-17 22:33:54 -0700 (Thu, 17 Jul 2014)
>> Log Message
>> 
>> gnubg: add an explicit build dependency to autoconf
>> Modified Paths
>> 
>> 	• trunk/dports/games/gnubg/Portfile
> 
> 
>> @@ -32,7 +32,8 @@
>> 
>> use_autoreconf          yes
>> 
>> -depends_build           port:pkgconfig \
>> +depends_build           port:autoconf \
>> +                        port:pkgconfig \
>>                         port:bison \
>>                         port:flex
> 
> Running auto(re)conf requires autoconf, automake and libtool. But the line "use_autoreconf yes" adds those dependencies for you. You just need to not overwrite them: use depends_build-append instead of depends_build.
> 



More information about the macports-dev mailing list