Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 10:02:09 -0800
From:      "Eugene M. Kim" <ab@astralblue.net>
To:        FreeBSD GNOME Mailing List <gnome@freebsd.org>
Subject:   Bugbuddy 2 is broken
Message-ID:  <20030212180209.GA18090@purple.the-7.net>

next in thread | raw e-mail | index | archive | help
devel/bugbuddy2 (bugbuddy-2.2.102) depends on gnomedesktop2, but the
dependency is not specified in the Makefile.  This patch fixes the
problem (for now; it's eventually to be superceded by GNOMENG, I guess):

------------------------------------------------------------------------
--- ports/devel/bugbuddy2/Makefile	11 Feb 2003 23:22:05 -0000	1.1.1.2
+++ ports/devel/bugbuddy2/Makefile	12 Feb 2003 17:56:54 -0000
@@ -15,7 +15,8 @@
 
 MAINTAINER=	gnome@FreeBSD.org
 
-LIB_DEPENDS=	gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
+LIB_DEPENDS=	gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
+		gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
------------------------------------------------------------------------

Could someone please review and commit this patch (unless the planned
GNOMENG integration is imminent)?

Thanks,
Eugene

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030212180209.GA18090>