svn commit: r393047 - head/graphics/geeqie
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 28 02:41:33 UTC 2015
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:
More information about the svn-ports-all
mailing list