diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-28 12:57:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-28 12:57:07 +0000 |
commit | 0af731e3c15a4ea041cde8674a9510960d8e7286 (patch) | |
tree | 34d65f3f988d763de57c97dfd1745352d98e34b4 /graphics/atril/Makefile | |
parent | f09cdd521c6906d4c71b2210f52bdbac61890e92 (diff) |
* Unbreak the configure on 9.x. There is no zlib.pc file in base.
* Atril-lite needs mate-desktop
* Keyring support switch in configure was changed to
--with-keyring instead of --enable-keyring.
* Update atril-lite plist
Submitted by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=393070
Diffstat (limited to 'graphics/atril/Makefile')
-rw-r--r-- | graphics/atril/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 6e9f81a47b28..58949c1ab911 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -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 @@ -38,8 +38,6 @@ INSTALL_TARGET= install-strip .if ${SLAVEPORT} == lite CONFIGURE_ARGS+=--disable-thumbnailer \ --disable-previewer -.else -USE_MATE+= desktop .endif GLIB_SCHEMAS= org.mate.Atril.gschema.xml @@ -62,7 +60,7 @@ CAJA_USE= MATE=caja DJVU_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre DJVU_CONFIGURE_ENABLE= djvu COMICS_CONFIGURE_ENABLE= comics -KEYRING_CONFIGURE_ENABLE= keyring +KEYRING_CONFIGURE_WITH= keyring KEYRING_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret XPS_CONFIGURE_ENABLE= xps XPS_LIB_DEPENDS= libgxps.so:${PORTSDIR}/graphics/libgxps |