diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:46:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:46:39 +0000 |
commit | d0314a27e2b082a872c5edbe2dc5a53a57692c9b (patch) | |
tree | d77014ea46489297171b591a43094fb6e1f379f2 /net/gnomeicu2/Makefile | |
parent | Add missing dependency on libghttp. (diff) |
Add missing dependency on gnomepanel.
Submitted by: bento
Diffstat (limited to '')
-rw-r--r-- | net/gnomeicu2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index 2cf91f1a2a5a..e608586f82ca 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnomeicu-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS+= glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ xml2.5:${PORTSDIR}/textproc/libxml2 \ gnet.1:${PORTSDIR}/net/gnet \ gdbm.2:${PORTSDIR}/databases/gdbm |