svn commit: r437565 - head/graphics/py-cairocffi

Martin Wilke miwi at FreeBSD.org
Sun Apr 2 15:49:11 UTC 2017


Author: miwi
Date: Sun Apr  2 15:49:10 2017
New Revision: 437565
URL: https://svnweb.freebsd.org/changeset/ports/437565

Log:
  - Add missing dependency
  
  PR:		218160
  Submitted by:	maintainer

Modified:
  head/graphics/py-cairocffi/Makefile

Modified: head/graphics/py-cairocffi/Makefile
==============================================================================
--- head/graphics/py-cairocffi/Makefile	Sun Apr  2 15:40:43 2017	(r437564)
+++ head/graphics/py-cairocffi/Makefile	Sun Apr  2 15:49:10 2017	(r437565)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cairocffi
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,5 +18,6 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USES=		python:2+
 USE_PYTHON=	autoplist distutils cffi
+USE_GNOME=	cairo
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list