diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-14 18:19:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-14 18:19:08 +0000 |
commit | 7adf79abce3ccca7b34e224f0226c37160214098 (patch) | |
tree | d23111148191dd221a27983329942576d8ac9fe0 /graphics/gd | |
parent | b6fef71ff2c8fabedbc660bb9c676ab96b5725c3 (diff) | |
download | pkgsrc-7adf79abce3ccca7b34e224f0226c37160214098.tar.gz |
Fix a pkglint warning.
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 9765745fd5a..1363a52b99c 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/04/17 13:45:59 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2006/05/14 18:19:08 minskim Exp $ DISTNAME= gd-2.0.33 PKGREVISION= 3 @@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= YES GNU_CONFIGURE= YES -REPLACE_PERL= bdftogd +REPLACE_PERL+= bdftogd PTHREAD_AUTO_VARS= yes .include "../../devel/zlib/buildlink3.mk" |