> 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