summaryrefslogtreecommitdiff
path: root/textproc/gnome-spell
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-08 20:13:44 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-08 20:13:44 +0000
commitbd60648a01ccf2fff22aeda8828aab8ece83dce5 (patch)
treeeb820f66588229f8f7911892dbd52c391a646284 /textproc/gnome-spell
parent3d3e83242c7681f3f27276be5a756cda0c9b2358 (diff)
downloadpkgsrc-bd60648a01ccf2fff22aeda8828aab8ece83dce5.tar.gz
Require the latest libgnomeui to make this work; otherwise we get linked
to libSM without an rpath on the right directory. Bump PKGREVISION to 5.
Diffstat (limited to 'textproc/gnome-spell')
-rw-r--r--textproc/gnome-spell/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile
index 5869df11fc6..875801f5c9e 100644
--- a/textproc/gnome-spell/Makefile
+++ b/textproc/gnome-spell/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/12/24 04:32:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/01/08 20:13:44 jmmv Exp $
DISTNAME= gnome-spell-1.0.5
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-spell/1.0/}
EXTRACT_SUFX= .tar.bz2
@@ -17,6 +17,8 @@ USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
+BUILDLINK_DEPENDS.libgnomeui+= libgnomeui>=2.8.0nb3
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"