Date: Wed, 15 Jul 2015 12:22:54 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392128 - head/graphics/atril Message-ID: <201507151222.t6FCMsJr046375@svnmir.geo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507151222.t6FCMsJr046375>