svn commit: r425769 - head/x11-fonts/font-manager

Antoine Brodin antoine at FreeBSD.org
Tue Nov 8 21:41:38 UTC 2016


Author: antoine
Date: Tue Nov  8 21:41:36 2016
New Revision: 425769
URL: https://svnweb.freebsd.org/changeset/ports/425769

Log:
  Remove broken option

Modified:
  head/x11-fonts/font-manager/Makefile

Modified: head/x11-fonts/font-manager/Makefile
==============================================================================
--- head/x11-fonts/font-manager/Makefile	Tue Nov  8 21:33:29 2016	(r425768)
+++ head/x11-fonts/font-manager/Makefile	Tue Nov  8 21:41:36 2016	(r425769)
@@ -25,14 +25,11 @@ USES=		gmake pkgconfig python:2 tar:bzip
 
 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>


More information about the svn-ports-all mailing list