diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-12 15:25:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-12 15:25:14 +0000 |
commit | 5cb770f74e18624197a76b4c8e8ecdc6c99c68e9 (patch) | |
tree | 67107680e79880b35476b0ac49d2240acbf7d6d2 /x11-fonts/fontconfig/Makefile | |
parent | 97e4ad5eb793020a417a2c9ad892f86fb05b12cb (diff) |
Notes
Diffstat (limited to 'x11-fonts/fontconfig/Makefile')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 08c5ee28f78d..9aa21c79c6ee 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -4,7 +4,7 @@ PORTNAME= fontconfig PORTVERSION= 2.11.0 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ @@ -12,17 +12,16 @@ MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ MAINTAINER= gnome@FreeBSD.org COMMENT= XML-based font configuration API for X Windows -USE_BZIP2= yes +USES= tar:bzip2 .if !defined(REFERENCE_PORT) LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libexpat.so:${PORTSDIR}/textproc/expat2 +USES+= gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig -USE_GNOME= ltverhack CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.d \ --with-templatedir=${PREFIX}/etc/fonts/conf.avail \ --with-xmldir=${PREFIX}/etc/fonts \ |