summaryrefslogtreecommitdiff
path: root/devel/glade2
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-02 19:24:15 +0000
committerwiz <wiz>2004-09-02 19:24:15 +0000
commit9fa448b96cfff72e44b3278108aa078bd69d87f6 (patch)
treecdb0cacc99fe22accf56202aae39240d69da0007 /devel/glade2
parent9d39c341a980f6123eb964e6544106d77626d0b3 (diff)
downloadpkgsrc-9fa448b96cfff72e44b3278108aa078bd69d87f6.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"