On Jul 18, 2014, at 12:33 AM, dtakaha...@macports.org wrote:

> Revision
> 122234
> Author
> dtakaha...@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.

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to