svn commit: r425386 - head/graphics/linux-c7-cairo

Tijl Coosemans tijl at FreeBSD.org
Sat Nov 5 12:58:57 UTC 2016


Author: tijl
Date: Sat Nov  5 12:58:55 2016
New Revision: 425386
URL: https://svnweb.freebsd.org/changeset/ports/425386

Log:
  Depend on dri for libGL and libEGL.

Modified:
  head/graphics/linux-c7-cairo/Makefile

Modified: head/graphics/linux-c7-cairo/Makefile
==============================================================================
--- head/graphics/linux-c7-cairo/Makefile	Sat Nov  5 12:57:37 2016	(r425385)
+++ head/graphics/linux-c7-cairo/Makefile	Sat Nov  5 12:58:55 2016	(r425386)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cairo
 PORTVERSION=	1.14.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics linux
 
 MAINTAINER=	emulation at FreeBSD.org
@@ -14,7 +14,7 @@ CONFLICTS=	linux-f10-${PORTNAME}-[0-9]* 
 RPMVERSION=	1.el7
 USES=		linux:c7
 USE_LDCONFIG=	yes
-USE_LINUX=	fontconfig pixman png xorglibs
+USE_LINUX=	dri fontconfig pixman png xorglibs
 USE_LINUX_RPM=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list