pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gd Fix a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e319f7ab952
branches:  trunk
changeset: 512711:5e319f7ab952
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 14 18:19:08 2006 +0000

description:
Fix a pkglint warning.

diffstat:

 graphics/gd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 976f0892eaa6 -r 5e319f7ab952 graphics/gd/Makefile
--- a/graphics/gd/Makefile      Sun May 14 17:16:42 2006 +0000
+++ b/graphics/gd/Makefile      Sun May 14 18:19:08 2006 +0000
@@ -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 @@
 
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
-REPLACE_PERL=          bdftogd
+REPLACE_PERL+=         bdftogd
 PTHREAD_AUTO_VARS=     yes
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index