diff options
author | chuck <chuck@pkgsrc.org> | 2008-11-14 19:11:44 +0000 |
---|---|---|
committer | chuck <chuck@pkgsrc.org> | 2008-11-14 19:11:44 +0000 |
commit | d3b938814c59ae287c169dbe53a852fce974cd1e (patch) | |
tree | cb6404e50796a3676a0d2369a899340e13c61b8d /graphics/gd/Makefile | |
parent | 3bb352985a6302dd504829dbe26c7683bc4ef814 (diff) | |
download | pkgsrc-d3b938814c59ae287c169dbe53a852fce974cd1e.tar.gz |
explicitly link in with fontconfig since it will grab it anyway, see
http://mail-index.netbsd.org/tech-pkg/2008/11/13/msg002046.html
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 6c16dca1ecb..c1229385cfe 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2007/09/21 16:56:19 joerg Exp $ +# $NetBSD: Makefile,v 1.76 2008/11/14 19:11:44 chuck Exp $ DISTNAME= gd-2.0.35 CATEGORIES= graphics @@ -23,6 +23,7 @@ REPLACE_PERL+= bdftogd PTHREAD_AUTO_VARS= yes .include "../../devel/zlib/buildlink3.mk" +.include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |