diff options
author | martti <martti> | 2003-09-02 07:12:15 +0000 |
---|---|---|
committer | martti <martti> | 2003-09-02 07:12:15 +0000 |
commit | d678db71ae68c86e04ac99fc34d9b969fc311f6c (patch) | |
tree | 5074f397582b9acab9c7e7450fab19f5637e49ea /fonts/fontconfig | |
parent | 984af56c94635ccfc049443eb0a6f3d0db8421f8 (diff) | |
download | pkgsrc-d678db71ae68c86e04ac99fc34d9b969fc311f6c.tar.gz |
This needs zlib
Diffstat (limited to 'fonts/fontconfig')
-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" |