diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-29 19:56:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-29 19:56:16 +0000 |
commit | 442563905502118bcf103e95294fcda4760444c3 (patch) | |
tree | 6b60098ed3369700c71c3a7a98face289209d81b /graphics | |
parent | a10c2a0882ca06402695eb59e1affd6a0cdfe65e (diff) | |
download | pkgsrc-442563905502118bcf103e95294fcda4760444c3.tar.gz |
Remove BUILDLINK_DEPENDS line for old version of freetype2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 9145b7a96cc..3d578ba09f1 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2004/11/29 17:00:01 jklos Exp $ +# $NetBSD: Makefile,v 1.63 2004/11/29 19:56:16 wiz Exp $ DISTNAME= gd-2.0.33 CATEGORIES= graphics @@ -16,8 +16,6 @@ GNU_CONFIGURE= YES REPLACE_PERL= bdftogd PTHREAD_AUTO_VARS= yes -BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.4 - .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" |