diff options
Diffstat (limited to 'graphics/py-stltools/Makefile')
-rw-r--r-- | graphics/py-stltools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-stltools/Makefile b/graphics/py-stltools/Makefile index d1f9c5a45eba..11aad1b536c6 100644 --- a/graphics/py-stltools/Makefile +++ b/graphics/py-stltools/Makefile @@ -24,7 +24,7 @@ EXAMPLES= test/cube.stl test/cube_bin.stl OPTIONS_DEFINE= PYCAIRO DOCS EXAMPLES PYCAIRO_DESC= Use (py)Cairo to enable stl2pdf to function. -PYCAIRO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>1.8:graphics/py-cairo +PYCAIRO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>1.8:graphics/py-cairo@${FLAVOR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |