diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-07 07:16:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-07 07:16:13 +0000 |
commit | efc7c287f53fc84ff09487a070e700aa263f91a3 (patch) | |
tree | fffaafcfe9ecc442045e6a51128a59fa094fb15d /graphics/gd | |
parent | cd0567701fb268fa6426e6db9ad0b3ad8350159c (diff) | |
download | pkgsrc-efc7c287f53fc84ff09487a070e700aa263f91a3.tar.gz |
s/buildlink2/buildlink3/ I must be going blind!
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index e8a64c864ee..707c50459b4 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2004/01/06 08:00:28 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2004/01/07 07:16:13 jlam Exp $ # DISTNAME= gd-2.0.17 @@ -25,5 +25,5 @@ LIBS+= -lpthread .include "../../graphics/png/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |