aboutsummaryrefslogtreecommitdiff
path: root/graphics/gthumb
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-05 12:03:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-05 12:03:19 +0000
commit584bb5e3a7260c9b560489a044201c135d282b55 (patch)
tree9f3831831791980f2a5a9bc881edae988dbf0306 /graphics/gthumb
parent8c1e5f1f2880ee73916bf66cb9f6e16e8afe4df9 (diff)
downloadports-584bb5e3a7260c9b560489a044201c135d282b55.tar.gz
ports-584bb5e3a7260c9b560489a044201c135d282b55.zip
Unbreak
With hat: portmgr
Notes
Notes: svn path=/head/; revision=350222
Diffstat (limited to 'graphics/gthumb')
-rw-r--r--graphics/gthumb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 329d0625a485..97d183dc52a7 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -45,7 +45,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXIV2}
-LIB_DEPENDS+= exiv2.12:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS+= libexiv2.so:${PORTSDIR}/graphics/exiv2
CONFIGURE_ARGS+=--enable-exiv2
PLIST_SUB+= EXIV2=""
.else