diff options
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/font-manager/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index 6c679796ab2b..c4c654e3b17b 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -25,14 +25,11 @@ USES= gmake pkgconfig python:2 tar:bzip2 PORTDATA= * -OPTIONS_DEFINE= REPORTLAB NLS -REPORTLAB_DESC= Enable font-sampler (PDF sample sheet) +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -REPORTLAB_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/:print/py-reportlab2 - .include <bsd.port.mk> |