diff options
Diffstat (limited to 'graphics/libGL/Makefile.common')
-rw-r--r-- | graphics/libGL/Makefile.common | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/libGL/Makefile.common b/graphics/libGL/Makefile.common index e3d6e223bbe0..255b6178d734 100644 --- a/graphics/libGL/Makefile.common +++ b/graphics/libGL/Makefile.common @@ -46,11 +46,6 @@ PKGDEINSTALL= ${.CURDIR}/pkg-deinstall PORTSCOUT= ignore:1 .endif -.if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex -CONFIGURE_ENV+= ac_cv_prog_LEX=${LOCALBASE}/bin/flex -.endif - python_OLD_CMD= "/usr/bin/env[[:space:]]python" python_CMD= ${LOCALBASE}/bin/python2 SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ |