diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-31 19:55:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-31 19:55:03 +0000 |
commit | 891c9972231fe75b9bd86abf5b7928eb017fd639 (patch) | |
tree | 811aa8e21301951e83b0825e7cef434149d5db58 /graphics/gri/Makefile | |
parent | 7a0a9ca9648495e7ceb1d76f7b6c9859aee59695 (diff) | |
download | pkgsrc-891c9972231fe75b9bd86abf5b7928eb017fd639.tar.gz |
pkglint: REPLACE_PERL+= instead of =
Diffstat (limited to 'graphics/gri/Makefile')
-rw-r--r-- | graphics/gri/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile index 42d414e3c1a..09c01053802 100644 --- a/graphics/gri/Makefile +++ b/graphics/gri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/01/24 07:32:15 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/01/31 19:55:03 wiz Exp $ DISTNAME= gri-2.12.5 PKGREVISION= 2 @@ -14,7 +14,7 @@ BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick GNU_CONFIGURE= yes USE_TOOLS+= gmake gs:run perl -REPLACE_PERL= gri_merge gri_unpage +REPLACE_PERL+= gri_merge gri_unpage USE_MAKEINFO= yes INFO_FILES= gri.info |