diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-29 11:35:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-29 11:35:51 +0000 |
commit | 70eead21f7074f9eb8e6efcbf4d9c2d802b2ff14 (patch) | |
tree | 864cacf693b0e48990d9db1661a4ecbcf75228d4 /chat/gaim/options.mk | |
parent | c437baf5bdeb2cf00a42918cfb983c50103aba27 (diff) | |
download | pkgsrc-70eead21f7074f9eb8e6efcbf4d9c2d802b2ff14.tar.gz |
Make gtk-spell configurable via bsd.options.mk (enabled by default
as before), patch from Geert Hendrickx via tech-pkg@.
Diffstat (limited to 'chat/gaim/options.mk')
-rw-r--r-- | chat/gaim/options.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chat/gaim/options.mk b/chat/gaim/options.mk index 22eca2afcf5..4681082350b 100644 --- a/chat/gaim/options.mk +++ b/chat/gaim/options.mk @@ -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 @@ CONFIGURE_ARGS+= --with-nss-libs=${BUILDLINK_PREFIX.nss}/lib/nss . include "../../devel/nss/buildlink3.mk" .endif + +.if !empty(PKG_OPTIONS:Mgtkspell) +. include "../../textproc/gtkspell/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-gtkspell +.endif |