svn commit: r454610 - head/databases/py-python-rrdtool

Mathieu Arnold mat at FreeBSD.org
Tue Nov 21 13:22:33 UTC 2017


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


More information about the svn-ports-head mailing list