From d6aeb043c3a1931c43bfd8b9d409c4ec8277d01a Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 24 Oct 2009 15:51:25 +0000 Subject: if neither gtkspell nor libsexy was selected, then --enable-spell=none. --- chat/xchat/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chat/xchat/options.mk') diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk index 20487feb154..83b862ef205 100644 --- a/chat/xchat/options.mk +++ b/chat/xchat/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2009/07/22 09:01:21 wiz Exp $ +# $NetBSD: options.mk,v 1.14 2009/10/24 15:51:25 tnn Exp $ .include "../../mk/bsd.prefs.mk" @@ -73,4 +73,6 @@ CONFIGURE_ARGS+= --enable-spell=gtkspell .elif !empty(PKG_OPTIONS:Mlibsexy) CONFIGURE_ARGS+= --enable-spell=libsexy . include "../../devel/libsexy/buildlink3.mk" +.else +CONFIGURE_ARGS+= --enable-spell=none .endif -- cgit v1.2.3