diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-02-14 22:18:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-02-14 22:18:26 +0800 |
commit | 96ff480446f76f1ce27852ecd702895ba639e9fa (patch) | |
tree | c0f103e7475d07bd847376ff7e5be33bab7f4376 /graphics/geeqie | |
parent | 9d75fdae6df89929ddb938385bbdc238ea68ef31 (diff) | |
download | freebsd-ports-gnome-96ff480446f76f1ce27852ecd702895ba639e9fa.tar.gz freebsd-ports-gnome-96ff480446f76f1ce27852ecd702895ba639e9fa.tar.zst freebsd-ports-gnome-96ff480446f76f1ce27852ecd702895ba639e9fa.zip |
Chase graphics/libchamplain update.
Feature safe: yes
Diffstat (limited to 'graphics/geeqie')
-rw-r--r-- | graphics/geeqie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 88905f8beb25..26e84a5832cb 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -62,7 +62,7 @@ CONFIGURE_ARGS+=--disable-lirc # Support for libchamplain is marked as experimental! .if defined(WITH_GPS) -LIB_DEPENDS+= champlain-0.4.1:${PORTSDIR}/graphics/libchamplain +LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain CONFIGURE_ARGS+=--enable-gps .else CONFIGURE_ARGS+=--disable-gps |