pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/gnome-spell Require the latest libgnomeui to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/727a7fc5a742
branches:  trunk
changeset: 487084:727a7fc5a742
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jan 08 20:13:44 2005 +0000

description:
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:

 textproc/gnome-spell/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r faf99bea4f5e -r 727a7fc5a742 textproc/gnome-spell/Makefile
--- a/textproc/gnome-spell/Makefile     Sat Jan 08 20:10:10 2005 +0000
+++ b/textproc/gnome-spell/Makefile     Sat Jan 08 20:13:44 2005 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index