diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-05 10:42:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-05 10:42:18 +0000 |
commit | 8b6caefe5d3fe4d32d415bc8d235993e9d108e43 (patch) | |
tree | 812f57e32025e05e5f65ab372e8cc75683e198f8 /textproc/libextractor | |
parent | 49718101715debc5bfdc9317790e48a73f74d452 (diff) | |
download | ports-8b6caefe5d3fe4d32d415bc8d235993e9d108e43.tar.gz ports-8b6caefe5d3fe4d32d415bc8d235993e9d108e43.zip |
Notes
Diffstat (limited to 'textproc/libextractor')
-rw-r--r-- | textproc/libextractor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 92a5dbb11c17..15851ed2411a 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -63,7 +63,7 @@ BROKEN= does not package .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXIV2} -LIB_DEPENDS+= exiv2.12:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= libexiv2.so:${PORTSDIR}/graphics/exiv2 PLIST_SUB+= EXIV2="" .else PLIST_SUB+= EXIV2="@comment " |