diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-16 14:58:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-16 14:58:17 +0800 |
commit | 403f3a0e68d28aa1b42922b52971a3092af33530 (patch) | |
tree | 6a7a6e1d58ddf20e8e542a2fe40d12571562f8eb | |
parent | ce80cc6c09bd362d7d0ad97ed2ef2529fcacfe8a (diff) | |
download | marcuscom-ports-403f3a0e68d28aa1b42922b52971a3092af33530.tar.gz marcuscom-ports-403f3a0e68d28aa1b42922b52971a3092af33530.tar.zst marcuscom-ports-403f3a0e68d28aa1b42922b52971a3092af33530.zip |
Temporarily disable champlain support until the next release.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12886 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/empathy/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index eff757da9..759400235 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.38 2009/09/10 19:17:42 kwm Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.39 2009/09/14 16:32:36 marcus Exp $ PORTNAME= empathy PORTVERSION= 2.27.92 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -48,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> @@ -82,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.3.3:${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 ; \ |