diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-24 21:58:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-24 21:58:47 +0800 |
commit | 6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786 (patch) | |
tree | 5288cd4040ade8e1b272312fae382f0f8b1bb556 /net-im/empathy3/Makefile | |
parent | d26a85ba8d6d83d883fb1aea449e44d9db7125e9 (diff) | |
download | marcuscom-ports-6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786.tar marcuscom-ports-6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786.tar.gz marcuscom-ports-6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786.tar.bz2 marcuscom-ports-6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786.tar.lz marcuscom-ports-6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786.tar.xz marcuscom-ports-6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786.tar.zst marcuscom-ports-6b7aeef473bf2d59438ab4ccae14ea8b8bb5f786.zip |
Update to 2.91.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15312 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy3/Makefile')
-rw-r--r-- | net-im/empathy3/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/net-im/empathy3/Makefile b/net-im/empathy3/Makefile index ee2a51c2b..b4e503977 100644 --- a/net-im/empathy3/Makefile +++ b/net-im/empathy3/Makefile @@ -3,11 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy3/Makefile,v 1.4 2011/02/02 00:02:40 kwm Exp $ +# $MCom: ports/net-im/empathy3/Makefile,v 1.5 2011/02/15 09:34:00 kwm Exp $ PORTNAME= empathy -PORTVERSION= 2.91.6.1 -PORTREVISION= 1 +PORTVERSION= 2.91.90 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -59,8 +58,8 @@ OPTIONS= JABBER "Enable jabber (XMPP) 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 # NST "Enable Nautilus SendTo plugin" on \ -# MAP "Enable graphical map support" on .include <bsd.port.pre.mk> @@ -104,13 +103,13 @@ PLIST_SUB+= NST="@comment " #.endif # needs ported to gtk3 -#.if !defined(WITHOUT_MAP) -#LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain -#CONFIGURE_ARGS+=--enable-map -#PLIST_SUB+= MAP="" -#.else +.if !defined(WITHOUT_MAP) +LIB_DEPENDS+= champlain-0.10.0:${PORTSDIR}/graphics/libchamplain010 +CONFIGURE_ARGS+=--enable-map +PLIST_SUB+= MAP="" +.else CONFIGURE_ARGS+=--disable-map PLIST_SUB+= MAP="@comment " -#.endif +.endif .include <bsd.port.post.mk> |