summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-02 05:57:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-02 05:57:50 +0800
commit0ee31ded3d8581d1a7ac1a777ac2709322888484 (patch)
tree6983685f233fae5e5150fe37f9af055daf00772e /x11-toolkits
parentcc0b096a6934aea88a159611c7c8f0fccaacaa10 (diff)
downloadmarcuscom-ports-0ee31ded3d8581d1a7ac1a777ac2709322888484.tar
marcuscom-ports-0ee31ded3d8581d1a7ac1a777ac2709322888484.tar.gz
marcuscom-ports-0ee31ded3d8581d1a7ac1a777ac2709322888484.tar.bz2
marcuscom-ports-0ee31ded3d8581d1a7ac1a777ac2709322888484.tar.lz
marcuscom-ports-0ee31ded3d8581d1a7ac1a777ac2709322888484.tar.xz
marcuscom-ports-0ee31ded3d8581d1a7ac1a777ac2709322888484.tar.zst
marcuscom-ports-0ee31ded3d8581d1a7ac1a777ac2709322888484.zip
Add check to see if fontconfig is new enough.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17278 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pango/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 6cd6c9488..c4ba6a9e4 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -16,7 +16,8 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
+ fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
freetype:${PORTSDIR}/print/freetype2 \
harfbuzz:${PORTSDIR}/print/harfbuzz \