diff options
author | martti <martti@pkgsrc.org> | 2003-09-02 07:12:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-02 07:12:15 +0000 |
commit | fc470397960fb47b86aad7911aa48f3fb942e4be (patch) | |
tree | 5074f397582b9acab9c7e7450fab19f5637e49ea /fonts | |
parent | 05a4e9d0bd1f5aef357afe563d210bb513428391 (diff) | |
download | pkgsrc-fc470397960fb47b86aad7911aa48f3fb942e4be.tar.gz |
This needs zlib
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index bfb20475472..9f719c59602 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/08/31 19:19:12 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/02 07:12:15 martti Exp $ # DISTNAME= fontconfig-2.2.1 @@ -36,6 +36,7 @@ CONF_FILES= ${EGDIR}/fonts.conf ${PKG_SYSCONFDIR}/fonts.conf CONF_FILES+= ${EGDIR}/fonts.dtd ${PKG_SYSCONFDIR}/fonts.dtd CONF_FILES+= ${EGDIR}/local.conf ${PKG_SYSCONFDIR}/local.conf +.include "../../devel/zlib/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" .include "../../textproc/expat/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |