aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c7-cairo
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-11-05 12:58:55 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-11-05 12:58:55 +0000
commit6f9d5a06ba75b40156573293ba1ef5bb5ab3793f (patch)
treeb70c6dcc74a60deafd972ea79976f193f7ac9b40 /graphics/linux-c7-cairo
parente9b092c49fec07b8b0e5be637f75256feaef3c35 (diff)
downloadports-6f9d5a06ba75b40156573293ba1ef5bb5ab3793f.tar.gz
ports-6f9d5a06ba75b40156573293ba1ef5bb5ab3793f.zip
Depend on dri for libGL and libEGL.
Notes
Notes: svn path=/head/; revision=425386
Diffstat (limited to 'graphics/linux-c7-cairo')
-rw-r--r--graphics/linux-c7-cairo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-c7-cairo/Makefile b/graphics/linux-c7-cairo/Makefile
index c2b5089c0d9b..4fafddd067ba 100644
--- a/graphics/linux-c7-cairo/Makefile
+++ b/graphics/linux-c7-cairo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cairo
PORTVERSION= 1.14.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
@@ -14,7 +14,7 @@ CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${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>