aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-05-26 08:48:28 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-05-26 08:48:28 +0000
commiteb6aa0f648cf54a3e0528a15cae3ddd90cdce6de (patch)
tree8730d9d89df3db5acb4b581eec7fe24edefa0918 /graphics/cairo
parent9076657c65ecb82db914cfe949f1745daf633f79 (diff)
downloadports-eb6aa0f648cf54a3e0528a15cae3ddd90cdce6de.tar.gz
ports-eb6aa0f648cf54a3e0528a15cae3ddd90cdce6de.zip
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 <wollman@xyz.csail.mit.edu>
Notes
Notes: svn path=/head/; revision=319100
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile8
1 files 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