diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-17 04:25:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-17 04:25:22 +0800 |
commit | 9f5dcbfedcd8b4dfae52cfa696dd8174e3939349 (patch) | |
tree | 87c2cb9526c3431927931f910bb825d0ec4e3671 /net-im/empathy/Makefile | |
parent | adf9c936fe0ee9709eb41b9099a6c79ab4149af6 (diff) | |
download | marcuscom-ports-9f5dcbfedcd8b4dfae52cfa696dd8174e3939349.tar marcuscom-ports-9f5dcbfedcd8b4dfae52cfa696dd8174e3939349.tar.gz marcuscom-ports-9f5dcbfedcd8b4dfae52cfa696dd8174e3939349.tar.bz2 marcuscom-ports-9f5dcbfedcd8b4dfae52cfa696dd8174e3939349.tar.lz marcuscom-ports-9f5dcbfedcd8b4dfae52cfa696dd8174e3939349.tar.xz marcuscom-ports-9f5dcbfedcd8b4dfae52cfa696dd8174e3939349.tar.zst marcuscom-ports-9f5dcbfedcd8b4dfae52cfa696dd8174e3939349.zip |
No longer need gnome-panel dependency as the applets has been removed. Bump
the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13855 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy/Makefile')
-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 475f484b2..1f4314168 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.58 2010/03/12 02:38:35 avl Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.59 2010/03/16 12:40:41 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.29.93 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -28,8 +29,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_GETTEXT= yes USE_LDCONFIG= yes -USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack \ - gnomepanel +USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack USE_GSTREAMER= yes USE_AUTOTOOLS= libtool:22 INSTALLS_OMF= yes |