diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-23 23:44:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-23 23:44:50 +0800 |
commit | 8d723f12c6dcfc8360dd95e75625c81f941c127e (patch) | |
tree | 86f616c079c78ab19af1e9615f7e96346f52bf6e /net-im | |
parent | 0c668279908c5c3587fe13c02534fdc1ebeca42b (diff) | |
download | marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.gz marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.bz2 marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.lz marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.xz marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.zst marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.zip |
Chase webkit update. Oops
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13010 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 6c7714d5c..5991f75ff 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.42 2009/09/22 15:39:02 marcus Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.43 2009/09/23 13:15:56 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -74,7 +74,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-h .endif .if defined(WITH_WEBKIT) -LIB_DEPENDS+= webkit-1.0.12:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+=--enable-webkit PLIST_SUB+= ADIUM="" .else |