Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 21:41:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425769 - head/x11-fonts/font-manager
Message-ID:  <201611082141.uA8LfbbM012550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611082141.uA8LfbbM012550>