pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/dasher fix an obvious copy'n'pasto



details:   https://anonhg.NetBSD.org/pkgsrc/rev/585b121de9d0
branches:  trunk
changeset: 570002:585b121de9d0
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jan 22 20:44:58 2010 +0000

description:
fix an obvious copy'n'pasto
being here, trim dependencies by some which are not referenced
directly (but still through libgnomeui)

diffstat:

 editors/dasher/options.mk |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 7187efcc8003 -r 585b121de9d0 editors/dasher/options.mk
--- a/editors/dasher/options.mk Fri Jan 22 20:15:53 2010 +0000
+++ b/editors/dasher/options.mk Fri Jan 22 20:44:58 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2010/01/22 19:55:07 ghen Exp $
+# $NetBSD: options.mk,v 1.2 2010/01/22 20:44:58 drochner Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dasher
 PKG_SUPPORTED_OPTIONS= gnome
@@ -13,7 +13,7 @@
 ###
 .if !empty(PKG_OPTIONS:Mgnome)
 CONFIGURE_ARGS+=       --with-gnome
-PLIST.enchant=         yes
+PLIST.gnome=           yes
 .include "../../audio/gnome-speech/buildlink3.mk"
 .include "../../devel/atk/buildlink3.mk"
 .include "../../devel/at-spi/buildlink3.mk"
@@ -21,13 +21,11 @@
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.6.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/libbonoboui/buildlink3.mk"
 .include "../../devel/libgnome/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/libwnck/buildlink3.mk"
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
 .else



Home | Main Index | Thread Index | Old Index