Revert previous: libgail-gnome pulls in too many dependencies and it

is not really needed. However, add a MESSAGE recommending its installation
(the shared library is dynamically loaded if it exists, so it can be
installed after glade2 has been installed).

Bump PKGREVISION to 2.

Ok'd by jmmv.
This commit is contained in:
wiz 2004-09-02 19:24:15 +00:00
parent 0106882d74
commit e43afec72b
2 changed files with 9 additions and 3 deletions

7
devel/glade2/MESSAGE Normal file
View file

@ -0,0 +1,7 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2004/09/02 19:24:15 wiz Exp $
You might want to install the libgail-gnome package for better gnome
accessibility support.
===========================================================================

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.31 2004/08/31 18:11:03 jmmv Exp $
# $NetBSD: Makefile,v 1.32 2004/09/02 19:24:15 wiz Exp $
#
DISTNAME= glade-2.6.0
PKGNAME= ${DISTNAME:S/-/2-/}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/2.6/}
EXTRACT_SUFX= .tar.bz2
@ -27,7 +27,6 @@ USE_LIBTOOL= YES
.include "../../devel/gail/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libgail-gnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"