svn commit: r392128 - head/graphics/atril

Koop Mast kwm at FreeBSD.org
Wed Jul 15 12:22:55 UTC 2015


Author: kwm
Date: Wed Jul 15 12:22:53 2015
New Revision: 392128
URL: https://svnweb.freebsd.org/changeset/ports/392128

Log:
  Atril needs mate-desktop to build. This came to light by the atril-lite port
  that doesn't depend on caja to pull mate-desktop in.

Modified:
  head/graphics/atril/Makefile

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Wed Jul 15 11:36:14 2015	(r392127)
+++ head/graphics/atril/Makefile	Wed Jul 15 12:22:53 2015	(r392128)
@@ -3,7 +3,7 @@
 
 PORTNAME=	atril
 PORTVERSION=	1.8.1
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -23,7 +23,7 @@ SLAVEPORT?=	no
 
 USES=		desktop-file-utils gettext gmake libtool pathfix \
 		pkgconfig tar:xz
-USE_MATE=	icontheme
+USE_MATE=	desktop icontheme
 USE_XORG=	sm
 USE_GNOME=	cairo gtk20 intlhack libxml2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list