diff options
author | snj <snj@pkgsrc.org> | 2004-01-20 22:05:17 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-01-20 22:05:17 +0000 |
commit | 4a857807d2ee8652c3dfab61e42a8b4d7f847d8f (patch) | |
tree | 5f84c9d4a9dace1a117d3235fc49f239f6a5c9eb /graphics | |
parent | 4424bf6ae87a01066f487b86453a3e660cd2c5dc (diff) | |
download | pkgsrc-4a857807d2ee8652c3dfab61e42a8b4d7f847d8f.tar.gz |
s/it's/its/
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-base/Makefile b/graphics/gimp-base/Makefile index edb3f23db15..9a22ccc3060 100644 --- a/graphics/gimp-base/Makefile +++ b/graphics/gimp-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/03 18:49:42 reed Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 22:08:32 snj Exp $ # DISTNAME= gimp-1.2.5 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-print # Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support -# the MPEG library from graphics/mpeg-lib that changed it's name, as the +# the MPEG library from graphics/mpeg-lib that changed its name, as the # configure script will default to searching from -lmpeg. # CONFIGURE_ENV+= MPEG="mpeg" |