diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-12 15:16:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-12 15:16:49 +0000 |
commit | 6a1a9b6889177dde24730c99bc2a6d2f94092ca0 (patch) | |
tree | bf0ccb938fc5ef41d16ba4d8e71a3d8a9831cdc1 /graphics | |
parent | 037116a382c8389c799ff3200769341b6fac3267 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libosmesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 0888beb4bccd..127ace957e11 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -13,7 +13,7 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -USES= gmake pkgconfig tar:bzip2 libtool python:2 +USES= gmake pkgconfig tar:bzip2 libtool python:2 bison USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-osmesa \ |