diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-02 19:24:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-02 19:24:15 +0000 |
commit | e43afec72b8b92b9cbe711e9766e163f0a2132aa (patch) | |
tree | cdb0cacc99fe22accf56202aae39240d69da0007 /devel/glade2 | |
parent | 0106882d747b94f1adb178877afff2cedced7354 (diff) | |
download | pkgsrc-e43afec72b8b92b9cbe711e9766e163f0a2132aa.tar.gz |
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.
Diffstat (limited to 'devel/glade2')
-rw-r--r-- | devel/glade2/MESSAGE | 7 | ||||
-rw-r--r-- | devel/glade2/Makefile | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/devel/glade2/MESSAGE b/devel/glade2/MESSAGE new file mode 100644 index 00000000000..0a29961f3ee --- /dev/null +++ b/devel/glade2/MESSAGE @@ -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. + +=========================================================================== diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index 0ec37ad38ea..35c60dc0852 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -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" |