summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/eog-plugins/Makefile4
-rw-r--r--graphics/eog-plugins3/Makefile4
-rw-r--r--net-im/empathy/Makefile4
-rw-r--r--net-im/empathy3/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
index 920ea0927..9e52437be 100644
--- a/graphics/eog-plugins/Makefile
+++ b/graphics/eog-plugins/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/eog-plugins/Makefile,v 1.17 2011/04/30 20:43:18 mezz Exp $
+# $MCom: ports/graphics/eog-plugins/Makefile,v 1.18 2011/08/24 13:49:30 kwm Exp $
#
PORTNAME= eog-plugins
@@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.if !defined(WITHOUT_CHAMPLAIN) || \
(exists(${LOCALBASE}/lib/libchamplain-0.8.so)) || defined(WITH_CHAMPLIAN)
-LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain
+LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain08
PLIST_SUB+= CHAMPLAIN=""
.else
PLUST_SUB+= CHAMPLAIN="@comment "
diff --git a/graphics/eog-plugins3/Makefile b/graphics/eog-plugins3/Makefile
index aa7d953f5..631faf040 100644
--- a/graphics/eog-plugins3/Makefile
+++ b/graphics/eog-plugins3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/eog-plugins3/Makefile,v 1.5 2011/06/10 22:59:04 mezz Exp $
+# $MCom: ports/graphics/eog-plugins3/Makefile,v 1.6 2011/08/24 13:49:30 kwm Exp $
#
PORTNAME= eog-plugins
@@ -36,7 +36,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.if !defined(WITHOUT_CHAMPLAIN) || \
(exists(${LOCALBASE}/lib/libchamplain-0.10.so)) || defined(WITH_CHAMPLIAN)
-LIB_DEPENDS+= champlain-0.10.0:${PORTSDIR}/graphics/libchamplain010
+LIB_DEPENDS+= champlain-0.10.0:${PORTSDIR}/graphics/libchamplain
PLIST_SUB+= CHAMPLAIN=""
.else
PLUST_SUB+= CHAMPLAIN="@comment "
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index f97af4da5..9180e18da 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/empathy/Makefile,v 1.83 2011/04/28 11:15:15 kwm Exp $
+# $MCom: ports/net-im/empathy/Makefile,v 1.84 2011/04/30 20:43:23 mezz Exp $
PORTNAME= empathy
PORTVERSION= 2.34.0
@@ -103,7 +103,7 @@ PLIST_SUB+= NST="@comment "
.endif
.if !defined(WITHOUT_MAP)
-LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain
+LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain08
CONFIGURE_ARGS+=--enable-map
PLIST_SUB+= MAP=""
.else
diff --git a/net-im/empathy3/Makefile b/net-im/empathy3/Makefile
index 2e9da1f69..fb90ee13d 100644
--- a/net-im/empathy3/Makefile
+++ b/net-im/empathy3/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/empathy3/Makefile,v 1.16 2011/05/24 19:43:09 kwm Exp $
+# $MCom: ports/net-im/empathy3/Makefile,v 1.17 2011/06/10 22:59:07 mezz Exp $
PORTNAME= empathy
PORTVERSION= 3.0.2
@@ -108,7 +108,7 @@ PLIST_SUB+= NST="@comment "
# needs ported to gtk3
.if !defined(WITHOUT_MAP)
-LIB_DEPENDS+= champlain-0.10.0:${PORTSDIR}/graphics/libchamplain010
+LIB_DEPENDS+= champlain-0.10.0:${PORTSDIR}/graphics/libchamplain
CONFIGURE_ARGS+=--enable-map
PLIST_SUB+= MAP=""
.else