diff options
author | pav <pav@FreeBSD.org> | 2005-05-03 03:46:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-03 03:46:50 +0800 |
commit | a60f03a3a83baae09b6973e6035ca5991402b96a (patch) | |
tree | 92f33c52e57a81ad7ed6d66ad4e01368331d952e /graphics/Makefile | |
parent | a6fd9c540766a44709ff5d1d5027f19ecd3663c4 (diff) | |
download | freebsd-ports-graphics-a60f03a3a83baae09b6973e6035ca5991402b96a.tar.gz freebsd-ports-graphics-a60f03a3a83baae09b6973e6035ca5991402b96a.tar.zst freebsd-ports-graphics-a60f03a3a83baae09b6973e6035ca5991402b96a.zip |
Command line utility to read, write, modify and display EXIF data found
in digital image files written by digital cameras, using libexif.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 30fdf6e6dcf..5a291624c4c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -86,6 +86,7 @@ SUBDIR += evas SUBDIR += evince SUBDIR += evolvotron + SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiv2 |