summaryrefslogtreecommitdiffstats
path: root/x11-fonts/fontconfig/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-29 21:50:33 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-29 21:50:33 +0800
commite832572a426831e270bcf76e99c04048e56322fa (patch)
treebae58e403e320069d8bdb5d3cf30366c9751c3ec /x11-fonts/fontconfig/Makefile
parent272b3cbad0e792e40bb943d1f8e6f62e00e77aaa (diff)
downloadmarcuscom-ports-e832572a426831e270bcf76e99c04048e56322fa.tar
marcuscom-ports-e832572a426831e270bcf76e99c04048e56322fa.tar.gz
marcuscom-ports-e832572a426831e270bcf76e99c04048e56322fa.tar.bz2
marcuscom-ports-e832572a426831e270bcf76e99c04048e56322fa.tar.lz
marcuscom-ports-e832572a426831e270bcf76e99c04048e56322fa.tar.xz
marcuscom-ports-e832572a426831e270bcf76e99c04048e56322fa.tar.zst
marcuscom-ports-e832572a426831e270bcf76e99c04048e56322fa.zip
Update to 2.10.92.
This is a devel version/rc candidate I think. But new pango shipped together with GNOME 3.8 needs this. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17248 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts/fontconfig/Makefile')
-rw-r--r--x11-fonts/fontconfig/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile
index c541df8ae..556668807 100644
--- a/x11-fonts/fontconfig/Makefile
+++ b/x11-fonts/fontconfig/Makefile
@@ -1,9 +1,9 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD: head/x11-fonts/fontconfig/Makefile 300897 2012-07-14 14:29:18Z beat $
-# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.32 2012/11/05 10:50:39 kwm Exp $
+# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.33 2013/01/22 15:49:41 kwm Exp $
PORTNAME= fontconfig
-PORTVERSION= 2.10.2
+PORTVERSION= 2.10.92
PORTREVISION?= 0
PORTEPOCH?= 1
CATEGORIES= x11-fonts
@@ -21,7 +21,9 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack pkgconfig ltverhack
+USES= pathfix
+USE_GNOME= ltverhack
+USE_PKGCONFIG= build
CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.d \
--with-templatedir=${PREFIX}/etc/fonts/conf.avail \
--with-xmldir=${PREFIX}/etc/fonts \
@@ -30,6 +32,7 @@ CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.d \
--with-default-fonts=${PREFIX}/share/fonts \
--with-add-fonts=${LOCALBASE}/lib/X11/fonts \
--with-cache-dir=/var/db/fontconfig \
+ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
--disable-docs
MAKE_ENV= LC_ALL=C
MAKE_JOBS_SAFE= yes