svn commit: r332800 - head/games/prboom

Jason E. Hale jhale at FreeBSD.org
Tue Nov 5 08:27:43 UTC 2013


> New Revision: 332800
> URL: http://svnweb.freebsd.org/changeset/ports/332800
>

>  .include <bsd.port.options.mk>
>
>  .if ${PORT_OPTIONS:MOPENGL}
>  USE_GL=                yes
> -.else
> -CONFIGURE_ARGS+=--disable-gl
>  .endif
>
This could become:
OPENGL_USE= GL=yes
Then, b.p.o.m could be removed.

- Jason


More information about the svn-ports-all mailing list