From eb6aa0f648cf54a3e0528a15cae3ddd90cdce6de Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sun, 26 May 2013 08:48:28 +0000 Subject: [PATCH] Add pkgconfig as build to fix the build with non default options. [1] While here convert the pixman depend to USE_XORG, and remove the versions in lib_depends. PR: ports/178984 Submitted by: Garrett Wollman --- graphics/cairo/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index c7380c3f0d19..24edaee3269b 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -14,15 +14,15 @@ COMMENT= Vector graphics library with cross-device output support .if !defined(REFERENCE_PORT) -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ png15:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - pixman-1.9:${PORTSDIR}/x11/pixman + fontconfig:${PORTSDIR}/x11-fonts/fontconfig CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ --enable-tee -USES= pathfix +USES= pathfix pkgconfig +USE_XORG= pixman USE_GNOME= ltverhack referencehack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes