svn commit: r370911 - head/graphics/libkscreen

Max Brazhnikov makc at FreeBSD.org
Wed Oct 15 12:05:56 UTC 2014


Author: makc
Date: Wed Oct 15 12:05:55 2014
New Revision: 370911
URL: https://svnweb.freebsd.org/changeset/ports/370911
QAT: https://qat.redports.org/buildarchive/r370911/

Log:
  graphics/libkscreen:
  - add missing dependencies on xcb libraries

Modified:
  head/graphics/libkscreen/Makefile

Modified: head/graphics/libkscreen/Makefile
==============================================================================
--- head/graphics/libkscreen/Makefile	Wed Oct 15 12:01:03 2014	(r370910)
+++ head/graphics/libkscreen/Makefile	Wed Oct 15 12:05:55 2014	(r370911)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libkscreen
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 
@@ -10,7 +11,9 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	KDE screen management library
 
 LIB_DEPENDS=	libqjson.so:${PORTSDIR}/devel/qjson \
-		libxcb.so:${PORTSDIR}/x11/libxcb
+		libxcb.so:${PORTSDIR}/x11/libxcb \
+		libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \
+		libxcb-render-util.so:${PORTSDIR}/x11/xcb-util-renderutil
 
 USE_KDE4=	kdelibs kdeprefix automoc4
 USES=		cmake:outsource pkgconfig tar:xz


More information about the svn-ports-all mailing list