summaryrefslogtreecommitdiffstats
path: root/net-im/empathy
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/empathy')
-rw-r--r--net-im/empathy/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index c4b6aa005..c4b6cae8d 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -3,10 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/empathy/Makefile,v 1.40 2009/09/16 06:58:17 marcus Exp $
+# $MCom: ports/net-im/empathy/Makefile,v 1.41 2009/09/22 09:50:59 kwm Exp $
PORTNAME= empathy
PORTVERSION= 2.28.0
+PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
@@ -47,8 +48,8 @@ OPTIONS= JABBER "Enable jabber (XMPP) client support" on \
IRC "Enable IRC client support" on \
SALUT "Enable link-local (serverless) XMPP support" off \
HAZE "Enable libpurple protocol integration" off \
- WEBKIT "Enable Adium Message Style themes" on
-# MAP "Enable graphical map support" on
+ WEBKIT "Enable Adium Message Style themes" on \
+ MAP "Enable graphical map support" on
.include <bsd.port.pre.mk>
@@ -81,14 +82,14 @@ CONFIGURE_ARGS+=--disable-webkit
PLIST_SUB+= ADIUM="@comment "
.endif
-#.if !defined(WITHOUT_MAP)
-#LIB_DEPENDS+= champlain-0.3.3:${PORTSDIR}/graphics/libchamplain
-#CONFIGURE_ARGS+=--enable-map
-#PLIST_SUB+= MAP=""
-#.else
+.if !defined(WITHOUT_MAP)
+LIB_DEPENDS+= champlain-0.4.0:${PORTSDIR}/graphics/libchamplain
+CONFIGURE_ARGS+=--enable-map
+PLIST_SUB+= MAP=""
+.else
CONFIGURE_ARGS+=--disable-map
PLIST_SUB+= MAP="@comment "
-#.endif
+.endif
post-patch:
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|g ; \