summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-22 23:39:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-22 23:39:02 +0800
commit1265ab6ef009fa796ed3260bf618d44ade9e5eaa (patch)
treef28bd28cff3aacfe4c32944ed60e4425bc6e59be /net-im
parent9823a55ee7911e4ea29561a5691572e002fbf623 (diff)
downloadmarcuscom-ports-1265ab6ef009fa796ed3260bf618d44ade9e5eaa.tar
marcuscom-ports-1265ab6ef009fa796ed3260bf618d44ade9e5eaa.tar.gz
marcuscom-ports-1265ab6ef009fa796ed3260bf618d44ade9e5eaa.tar.bz2
marcuscom-ports-1265ab6ef009fa796ed3260bf618d44ade9e5eaa.tar.lz
marcuscom-ports-1265ab6ef009fa796ed3260bf618d44ade9e5eaa.tar.xz
marcuscom-ports-1265ab6ef009fa796ed3260bf618d44ade9e5eaa.tar.zst
marcuscom-ports-1265ab6ef009fa796ed3260bf618d44ade9e5eaa.zip
Re-enable libchamplain support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12980 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-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 ; \