diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2011-11-13 20:29:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2011-11-13 20:29:48 +0000 |
commit | 8cbc6a0e0222ca7b68a7b85b90c0764c2371d623 (patch) | |
tree | 419516d4c45e598d85d0749db1c8a39ea268302b | |
parent | - update to version 1.2.7 (diff) |
Add a missing dependency to exiv2.
Reported by: pointyhat via Pav
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285716
-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 |