diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-04-02 18:17:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-04-02 18:17:28 +0000 |
commit | 2bce94521023a6c24d22d8a48242275abbc5754c (patch) | |
tree | be68a9a7facbb4d4fc1dc5abde5386e778ce9b24 | |
parent | - Fix install (diff) |
Add another missing dependency on gnomepanel.
Reported by: pointyhat via pav
-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 843f2dc17831..faa070ea2dfd 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -7,7 +7,7 @@ PORTNAME= empathy PORTVERSION= 0.22.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -23,7 +23,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes -USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack +USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack \ + gnomepanel USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes USE_PYTHON= yes |