pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gaim Make gtk-spell configurable via bsd.options....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7ae80431f22
branches:  trunk
changeset: 498650:b7ae80431f22
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Aug 29 11:35:51 2005 +0000

description:
Make gtk-spell configurable via bsd.options.mk (enabled by default
as before), patch from Geert Hendrickx via tech-pkg@.

diffstat:

 chat/gaim/Makefile   |  3 +--
 chat/gaim/options.mk |  9 ++++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 6263d9a57ca9 -r b7ae80431f22 chat/gaim/Makefile
--- a/chat/gaim/Makefile        Mon Aug 29 10:50:57 2005 +0000
+++ b/chat/gaim/Makefile        Mon Aug 29 11:35:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2005/08/26 02:01:20 grant Exp $
+# $NetBSD: Makefile,v 1.100 2005/08/29 11:35:51 xtraeme Exp $
 
 DISTNAME=      gaim-1.5.0
 PKGREVISION=   1
@@ -45,7 +45,6 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/silc-toolkit/buildlink3.mk"
-.include "../../textproc/gtkspell/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 
diff -r 6263d9a57ca9 -r b7ae80431f22 chat/gaim/options.mk
--- a/chat/gaim/options.mk      Mon Aug 29 10:50:57 2005 +0000
+++ b/chat/gaim/options.mk      Mon Aug 29 11:35:51 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2005/08/19 10:24:25 grant Exp $
+# $NetBSD: options.mk,v 1.2 2005/08/29 11:35:51 xtraeme Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.gaim
 PKG_SUPPORTED_OPTIONS+=                gnutls
+PKG_SUGGESTED_OPTIONS+=                gtk-spell
 
 .include "../../mk/bsd.options.mk"
 
@@ -20,3 +21,9 @@
 
 .  include "../../devel/nss/buildlink3.mk"
 .endif
+
+.if !empty(PKG_OPTIONS:Mgtkspell)
+.  include "../../textproc/gtkspell/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-gtkspell
+.endif



Home | Main Index | Thread Index | Old Index