diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-07-31 15:29:26 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-07-31 15:29:26 +0000 |
commit | 8d56f00ee5c300400101f3226bbe4dcc4b678d19 (patch) | |
tree | 2f88d1b97a52f37a0a9e91e7fca005d5bfff4527 /textproc/libextractor | |
parent | 1016202f0ffe2a3a9d796f6af09fda6e017a8e0f (diff) |
Notes
Diffstat (limited to 'textproc/libextractor')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index fd156fae0f28..59d32ce4f283 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -62,7 +62,7 @@ BROKEN= does not package # for it, if not present then it will not add support for it, but it cannot # be disabled if present .if !defined(WITHOUT_EXIV2) || exists(${LOCALBASE}/include/exiv2/exif.hpp) -LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.12:${PORTSDIR}/graphics/exiv2 PLIST_SUB+= EXIV2="" .else PLIST_SUB+= EXIV2="@comment " |