diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-25 08:04:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-25 08:04:46 +0800 |
commit | 1c76b41862a34250bf6cd9258810b7db128c68ef (patch) | |
tree | f885cdee5e25858a54b8b4d6d18b5cc395f35f28 /net-im | |
parent | c2fcb15cf560aebbb8c7ec933570ba20734d7abf (diff) | |
download | marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar.gz marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar.zst marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.zip |
Chase webkit shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 096a853f9..17797e655 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.31 2009/07/19 19:46:46 marcus Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.32 2009/07/29 13:41:39 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.27.5 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -70,7 +71,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-h .endif .if defined(WITH_WEBKIT) -LIB_DEPENDS+= webkit-1.0.10:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= webkit-1.0.11:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+=--enable-webkit PLIST_SUB+= ADIUM="" .else |