diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-08 20:13:44 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-08 20:13:44 +0000 |
commit | bd60648a01ccf2fff22aeda8828aab8ece83dce5 (patch) | |
tree | eb820f66588229f8f7911892dbd52c391a646284 /textproc | |
parent | 3d3e83242c7681f3f27276be5a756cda0c9b2358 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | textproc/gnome-spell/Makefile | 6 |
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" |