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

Ryan Schmidt ryandesign at macports.org
Thu Jul 17 22:35:53 PDT 2014


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