diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-05 20:03:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-05 20:03:19 +0800 |
commit | fea2b91575d3c4c4cdee27f2817b4dc4aa99bccb (patch) | |
tree | 9f3831831791980f2a5a9bc881edae988dbf0306 /graphics | |
parent | 40b4d9308819eabef503be530db74bee52da6475 (diff) | |
download | freebsd-ports-gnome-fea2b91575d3c4c4cdee27f2817b4dc4aa99bccb.tar.gz freebsd-ports-gnome-fea2b91575d3c4c4cdee27f2817b4dc4aa99bccb.tar.zst freebsd-ports-gnome-fea2b91575d3c4c4cdee27f2817b4dc4aa99bccb.zip |
Unbreak
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gthumb/Makefile | 2 |
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 |