summaryrefslogtreecommitdiff
path: root/devel/glade2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-02 19:24:15 +0000
committerwiz <wiz@pkgsrc.org>2004-09-02 19:24:15 +0000
commit4354affa1e9992f76bc2543f78ea6221eb6899cf (patch)
treecdb0cacc99fe22accf56202aae39240d69da0007 /devel/glade2
parentea04d724892465fbf7b8e7325700103dc0a8b784 (diff)
downloadpkgsrc-4354affa1e9992f76bc2543f78ea6221eb6899cf.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/MESSAGE7
-rw-r--r--devel/glade2/Makefile5
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"