Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 15:49:10 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437565 - head/graphics/py-cairocffi
Message-ID:  <201704021549.v32FnAdr062546@repo.freebsd.org>

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



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