svn commit: r340160 - head/graphics/sdl_ttf

Alexey Dokuchaev danfe at FreeBSD.org
Sun Jan 19 16:15:04 UTC 2014


On Sat, Jan 18, 2014 at 09:37:50AM +0000, Marcus von Appen wrote:
> New Revision: 340160
> URL: http://svnweb.freebsd.org/changeset/ports/340160
> QAT: https://qat.redports.org/buildarchive/r340160/
> 
> -.if !defined(WITHOUT_X11) && !defined(WITHOUT_GL)
> -USE_GL=		yes
> -.endif
> +OPTIONS_DEFINE=		OPENGL
> +OPTIONS_DEFAULT=	OPENGL
> +
> +OPENGL_USE=	GL=yes

Hmm, it would be nice to get rid of somewhat vague UES_GL=yes (which really
means USE_GL=glu); many ports that have GL=yes should really be USE_GL=gl
instead.

./danfe


More information about the svn-ports-all mailing list