diff options
Diffstat (limited to 'print/ttfquery')
-rw-r--r-- | print/ttfquery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile index a42ba8041470..a2d470387716 100644 --- a/print/ttfquery/Makefile +++ b/print/ttfquery/Makefile @@ -14,11 +14,11 @@ COMMENT= FontTools-based package for querying system fonts LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:print/py-fonttools \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:print/py-fonttools@${FLAVOR} \ ${PYNUMPY} NO_ARCH= yes -USES= python +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |