svn commit: r386918 - in head/lang: erlang erlang-runtime17

Mathieu Arnold mat at FreeBSD.org
Thu May 21 09:37:54 UTC 2015



+--On 21 mai 2015 01:24:09 -0700 Colin Percival <cperciva at freebsd.org>
wrote:
| On 05/21/15 00:52, Jimmy Olgeni wrote:
|> Author: olgeni
|> Date: Thu May 21 07:52:10 2015
|> New Revision: 386918
|>  
|> +.if ${PORT_OPTIONS:DIRTY}
|> +CONFIGURE_ARGS+=--enable-dirty-schedulers
|> +.endif
|> +
| 
| ITYM ${PORT_OPTIONS:MDIRTY} here?

A good reason to point out that this should be written as:

DIRTY_CONFIGURE_ENABLE= dirty-schedulers

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list