Date: Tue, 28 Jul 2015 02:41:33 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393047 - head/graphics/geeqie Message-ID: <201507280241.t6S2fX6q047015@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 28 02:41:32 2015 New Revision: 393047 URL: https://svnweb.freebsd.org/changeset/ports/393047 Log: - Fix build with GPS option enabled by depending on correct version of libchamplain PR: 201691 Modified: head/graphics/geeqie/Makefile Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Tue Jul 28 02:40:16 2015 (r393046) +++ head/graphics/geeqie/Makefile Tue Jul 28 02:41:32 2015 (r393047) @@ -3,7 +3,7 @@ PORTNAME= geeqie PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -43,7 +43,7 @@ LCMS_CONFIGURE_ENABLE= lcms LIRC_LIB_DEPENDS= liblirc_client.so:${PORTSDIR}/comms/lirc LIRC_CONFIGURE_ENABLE= lirc -GPS_LIB_DEPENDS= libchamplain-0.8.so:${PORTSDIR}/graphics/libchamplain +GPS_LIB_DEPENDS= libchamplain-0.8.so:${PORTSDIR}/graphics/libchamplain08 GPS_CONFIGURE_ENABLE= gps post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507280241.t6S2fX6q047015>