summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/fontconfig/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 348ac228c24..74c15dd255b 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2005/04/11 21:45:47 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/04/12 12:38:40 dmcmahill Exp $
#
DISTNAME= fontconfig-2.3.1
+PKGREVISION= 1
CATEGORIES= fonts gnome
MASTER_SITES= http://www.fontconfig.org/release/
@@ -51,6 +52,9 @@ CONF_FILES+= ${EGDIR}/conf.d/sub-pixel.conf ${PKG_SYSCONFDIR}/conf.d/sub-pixel.c
CONF_FILES+= ${EGDIR}/conf.d/unhinted.conf ${PKG_SYSCONFDIR}/conf.d/unhinted.conf
CONF_FILES+= ${EGDIR}/conf.d/yes-bitmaps.conf ${PKG_SYSCONFDIR}/conf.d/yes-bitmaps.conf
+LIBS+= ${BUILDLINK_LDADD.iconv}
+
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"