diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-09 03:11:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-09 03:11:54 +0800 |
commit | ac62a529125e0bdabcce1cf6b4ef73b487710c6b (patch) | |
tree | a307bad4bf5a91e8f19722a77bc35660514e2d90 /net-im/empathy/Makefile | |
parent | 9a23d4cb63eb830592f0e67117fb14f0e7e02389 (diff) | |
download | marcuscom-ports-ac62a529125e0bdabcce1cf6b4ef73b487710c6b.tar.gz marcuscom-ports-ac62a529125e0bdabcce1cf6b4ef73b487710c6b.tar.zst marcuscom-ports-ac62a529125e0bdabcce1cf6b4ef73b487710c6b.zip |
Update to 2.27.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12834 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy/Makefile')
-rw-r--r-- | net-im/empathy/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 7dd7e974f..d659ba9ca 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,11 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.35 2009/08/28 20:59:54 marcus Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.36 2009/09/03 11:54:51 kwm Exp $ PORTNAME= empathy -PORTVERSION= 2.27.91.1 -PORTREVISION= 2 +PORTVERSION= 2.27.92 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -72,7 +71,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-h .endif .if defined(WITH_WEBKIT) -LIB_DEPENDS+= webkit-1.0.11:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= webkit-1.0.12:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+=--enable-webkit PLIST_SUB+= ADIUM="" .else @@ -83,7 +82,5 @@ PLIST_SUB+= ADIUM="@comment " post-patch: @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|g ; \ s|-Werror||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|libmissioncontrol|libmcclient|g' \ - ${WRKSRC}/libempathy/libempathy.pc.in \ - ${WRKSRC}/libempathy-gtk/libempathy-gtk.pc.in + .include <bsd.port.post.mk> |