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 | 5b399ffa4729d0c29732547d73107ad0f1620637 (patch) | |
tree | 5074f397582b9acab9c7e7450fab19f5637e49ea /fonts | |
parent | 841b57441b803acb6edd290521d4343593e7e175 (diff) | |
download | pkgsrc-5b399ffa4729d0c29732547d73107ad0f1620637.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" |