diff options
author | bsam <bsam@FreeBSD.org> | 2012-08-01 17:11:26 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-08-01 17:11:26 +0800 |
commit | 1f56efebe4f5f4b0a903d01f4ebd3ff140277134 (patch) | |
tree | df3ae5e2fb14ad58e0acaef9980d7846aa82f684 /graphics | |
parent | c8c46db2c7b8b06a6b4002fde4ab34b19fad9f95 (diff) | |
download | freebsd-ports-gnome-1f56efebe4f5f4b0a903d01f4ebd3ff140277134.tar.gz freebsd-ports-gnome-1f56efebe4f5f4b0a903d01f4ebd3ff140277134.tar.zst freebsd-ports-gnome-1f56efebe4f5f4b0a903d01f4ebd3ff140277134.zip |
Bump so library version. Somehow I missed it at my previous commit.
Pointed out by: Piotr Kubaj <pkubaj@gmail.com>
Pointy hat to: bsam (me)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gexiv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 20aa58c0d416..5685e2c11b1b 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -17,7 +17,7 @@ COMMENT= GObject-based wrapper around the Exiv2 library BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ gm4:${PORTSDIR}/devel/m4 -LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2 USE_BZIP2= yes USE_GNOME= glib20 |