diff options
author | agc <agc@pkgsrc.org> | 2005-11-19 09:10:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-11-19 09:10:25 +0000 |
commit | 76b44e5c10e7c4733aaa134e881f0c22c3b544ef (patch) | |
tree | 2ad3bf1134a8cae0ab1e2e9166fda9d74c342b41 | |
parent | fde7d6adceb730da6ae6a41d255cb7c430152834 (diff) | |
download | pkgsrc-76b44e5c10e7c4733aaa134e881f0c22c3b544ef.tar.gz |
Now that exiftool has been renamed to be p5-Image-ExifTool, change the
SUBDIR entry in the category Makefile to follow suit.
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 29ee1a87b90..4a41dc31109 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.401 2005/11/18 19:42:50 gdt Exp $ +# $NetBSD: Makefile,v 1.402 2005/11/19 09:10:25 agc Exp $ # COMMENT= Graphics tools and libraries @@ -65,7 +65,6 @@ SUBDIR+= epeg SUBDIR+= exif SUBDIR+= exifprobe SUBDIR+= exiftags -SUBDIR+= exiftool SUBDIR+= exiv2 SUBDIR+= fbm SUBDIR+= feh @@ -211,6 +210,7 @@ SUBDIR+= p5-Gdk-Imlib SUBDIR+= p5-Gdk-Pixbuf SUBDIR+= p5-Gnome SUBDIR+= p5-GraphViz +SUBDIR+= p5-Image-ExifTool SUBDIR+= p5-Image-Imlib2 SUBDIR+= p5-Image-Info SUBDIR+= p5-Image-Size |