diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libosmesa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 35093c7f7513..3d30396bc5ef 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -16,7 +16,8 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ talloc.2:${PORTSDIR}/devel/talloc -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \ + makedepend:${PORTSDIR}/devel/makedepend RUN_DEPENDS= ${BUILD_DEPENDS} CONFLICTS= mesagl-mangled-* |