Advertisement
gusibsd

Untitled

Oct 20th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. diff --git a/graphics/mate-document-viewer/Makefile b/graphics/mate-document-viewer/Makefile
  2. index 81e49cf..cd6ea2a 100644
  3. --- a/graphics/mate-document-viewer/Makefile
  4. +++ b/graphics/mate-document-viewer/Makefile
  5. @@ -34,14 +34,13 @@ PATHFIX_MAKEFILEIN= Makefile.*
  6.  
  7. GLIB_SCHEMAS= org.mate.Atril.gschema.xml
  8.  
  9. -OPTIONS_DEFINE= DVI T1LIB CAJA KEYRING COMICS IMPRESS DJVU
  10. +OPTIONS_DEFINE= DVI T1LIB CAJA KEYRING COMICS DJVU
  11. OPTIONS_DEFAULT=CAJA KEYRING COMICS
  12. DVI_DESC= DVI viewer support
  13. T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI)
  14. CAJA_DESC= Caja plugin
  15. KEYRING_DESC= Gnome-Keyring without Nautilus
  16. COMICS_DESC= Comic book archives support
  17. -IMPRESS_DESC= Impress presentations support
  18. DJVU_DESC= DJVU support
  19.  
  20. .include <bsd.port.options.mk>
  21. @@ -79,14 +78,6 @@ USE_MATE+= libmatekeyring
  22. CONFIGURE_ARGS+=--without-keyring
  23. . endif
  24.  
  25. -.if ${PORT_OPTIONS:MIMPRESS}
  26. -CONFIGURE_ARGS+=--enable-impress
  27. -PLIST_SUB+= IMPRESS=""
  28. -.else
  29. -CONFIGURE_ARGS+=--disable-impress
  30. -PLIST_SUB+= IMPRESS="@comment "
  31. -.endif
  32. -
  33. .if ${PORT_OPTIONS:MDJVU}
  34. LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
  35. CONFIGURE_ARGS+=--enable-djvu
  36. diff --git a/graphics/mate-document-viewer/pkg-plist b/graphics/mate-document-viewer/pkg-plist
  37. index 7d3f915..0a61648 100644
  38. --- a/graphics/mate-document-viewer/pkg-plist
  39. +++ b/graphics/mate-document-viewer/pkg-plist
  40. @@ -51,7 +51,6 @@ include/atril/1.5.0/libview/ev-view.h
  41. %%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend
  42. %%DJVU%%lib/atril/3/backends/djvudocument.atril-backend
  43. %%DVI%%lib/atril/3/backends/dvidocument.atril-backend
  44. -%%IMPRESS%%lib/atril/3/backends/impressdocument.atril-backend
  45. %%COMICS%%lib/atril/3/backends/libcomicsdocument.a
  46. %%COMICS%%lib/atril/3/backends/libcomicsdocument.la
  47. %%COMICS%%lib/atril/3/backends/libcomicsdocument.so
  48. @@ -61,9 +60,6 @@ include/atril/1.5.0/libview/ev-view.h
  49. %%DVI%%lib/atril/3/backends/libdvidocument.a
  50. %%DVI%%lib/atril/3/backends/libdvidocument.la
  51. %%DVI%%lib/atril/3/backends/libdvidocument.so
  52. -%%IMPRESS%%lib/atril/3/backends/libimpressdocument.a
  53. -%%IMPRESS%%lib/atril/3/backends/libimpressdocument.la
  54. -%%IMPRESS%%lib/atril/3/backends/libimpressdocument.so
  55. lib/atril/3/backends/libpdfdocument.a
  56. lib/atril/3/backends/libpdfdocument.la
  57. lib/atril/3/backends/libpdfdocument.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement