Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 13:22:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454610 - head/databases/py-python-rrdtool
Message-ID:  <201711211322.vALDMWqu077914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Nov 21 13:22:32 2017
New Revision: 454610
URL: https://svnweb.freebsd.org/changeset/ports/454610

Log:
  Fix build if rrdtool is built without pango.
  
  Sponsored by:	Absolight

Modified:
  head/databases/py-python-rrdtool/Makefile   (contents, props changed)

Modified: head/databases/py-python-rrdtool/Makefile
==============================================================================
--- head/databases/py-python-rrdtool/Makefile	Tue Nov 21 13:07:53 2017	(r454609)
+++ head/databases/py-python-rrdtool/Makefile	Tue Nov 21 13:22:32 2017	(r454610)
@@ -15,7 +15,7 @@ LICENSE=	LGPL3
 LIB_DEPENDS=	librrd.so:databases/rrdtool
 
 USES=		groff pkgconfig python
-USE_GNOME=	cairo glib20 libxml2
+USE_GNOME=	cairo glib20 libxml2 pango
 USE_PYTHON=	distutils autoplist
 
 LDFLAGS+=	-L${LOCALBASE}/lib



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