Advertisement
gusibsd

Untitled

Oct 14th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. Index: x11-toolkits/pango/Makefile
  2. ===================================================================
  3. --- x11-toolkits/pango/Makefile (revision 18794)
  4. +++ x11-toolkits/pango/Makefile (working copy)
  5. @@ -10,7 +10,7 @@
  6. DIST_SUBDIR= gnome2
  7.  
  8. MAINTAINER= gnome@FreeBSD.org
  9. -COMMENT= An open-source framework for the layout and rendering of i18n text
  10. +COMMENT= Open-source framework for the layout and rendering of i18n text
  11.  
  12. USE_XZ= yes
  13. NO_STAGE= yes
  14. @@ -18,17 +18,17 @@
  15. .if !defined(REFERENCE_PORT)
  16.  
  17. BUILD_DEPENDS= fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig
  18. -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
  19. - freetype:${PORTSDIR}/print/freetype2 \
  20. - harfbuzz:${PORTSDIR}/print/harfbuzz \
  21. - fontconfig:${PORTSDIR}/x11-fonts/fontconfig
  22. +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
  23. + libfreetype.so:${PORTSDIR}/print/freetype2 \
  24. + libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
  25. + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
  26. RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
  27. ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings
  28.  
  29. USES= gettext gmake pathfix pkgconfig
  30. USE_LDCONFIG= yes
  31. USE_AUTOTOOLS= libtool
  32. -USE_GNOME= glib20 ltverhack referencehack introspection:build
  33. +USE_GNOME= glib20 introspection:build ltverhack referencehack
  34. CPPFLAGS+= -I${LOCALBASE}/include
  35. LDFLAGS+= -L${LOCALBASE}/lib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement