diff options
author | thierry <thierry@FreeBSD.org> | 2011-11-14 04:29:48 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-11-14 04:29:48 +0800 |
commit | 6bc8957bb5a4958cb99da5b5f5973ab1c0e0f1af (patch) | |
tree | ae25dc2e256483c242c96524e8ef4f14dccc0e7f /deskutils/pinot | |
parent | c58513143c3d250a4ecdb8c7c740b599ff718b2a (diff) | |
download | freebsd-ports-gnome-6bc8957bb5a4958cb99da5b5f5973ab1c0e0f1af.tar.gz freebsd-ports-gnome-6bc8957bb5a4958cb99da5b5f5973ab1c0e0f1af.tar.zst freebsd-ports-gnome-6bc8957bb5a4958cb99da5b5f5973ab1c0e0f1af.zip |
Add a missing dependency to exiv2.
Reported by: pointyhat via Pav
Feature safe: yes
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 62544565e429..fb5fa2e3c323 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ exif.12:${PORTSDIR}/graphics/libexif \ + exiv2.10:${PORTSDIR}/graphics/exiv2 \ gmime-2.4:${PORTSDIR}/mail/gmime24 \ tag.1:${PORTSDIR}/audio/taglib \ curl.6:${PORTSDIR}/ftp/curl |