diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-15 12:22:53 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-15 12:22:53 +0000 |
commit | 4b5affc5a517f0fdec22037c2a17772c42c38dae (patch) | |
tree | 2b00b0215d86c818d875d54e16f8508fcc8a3458 /graphics/atril/Makefile | |
parent | 0271c4bcd606af8f301ee9f8b42e6f7a55ba90c5 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=392128
Diffstat (limited to 'graphics/atril/Makefile')
-rw-r--r-- | graphics/atril/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 4018cccd5623..8640c59a3390 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -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 |