diff options
author | shell <shell> | 2002-12-26 11:13:56 +0000 |
---|---|---|
committer | shell <shell> | 2002-12-26 11:13:56 +0000 |
commit | 684e0e6246a83c9384a9af9c416daf33c950b594 (patch) | |
tree | 5b2f89ebe9190821728eedf9c58fa70e7fa50f1f | |
parent | 680beb9ffbaff1109475c856e42c579d7a8f176e (diff) | |
download | pkgsrc-684e0e6246a83c9384a9af9c416daf33c950b594.tar.gz |
add and enable exiftags
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c17fe22211d..2083acc8293 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.222 2002/12/24 21:33:18 wiz Exp $ +# $NetBSD: Makefile,v 1.223 2002/12/26 11:13:56 shell Exp $ # COMMENT= Graphics tools and libraries @@ -49,6 +49,7 @@ SUBDIR+= dxsamples SUBDIR+= ee SUBDIR+= eog SUBDIR+= eog2 +SUBDIR+= exiftags SUBDIR+= fbm SUBDIR+= feh SUBDIR+= ffmpeg |