summaryrefslogtreecommitdiff
path: root/chat/xchat/options.mk
diff options
context:
space:
mode:
authortnn <tnn>2009-10-24 15:51:25 +0000
committertnn <tnn>2009-10-24 15:51:25 +0000
commitd6aeb043c3a1931c43bfd8b9d409c4ec8277d01a (patch)
tree7b12a055889a8562ca2c5bb61de64e7e9cddf71a /chat/xchat/options.mk
parent1a3d8f72e107038a04a10d26999adb9f06f17366 (diff)
downloadpkgsrc-d6aeb043c3a1931c43bfd8b9d409c4ec8277d01a.tar.gz
if neither gtkspell nor libsexy was selected, then --enable-spell=none.
Diffstat (limited to 'chat/xchat/options.mk')
-rw-r--r--chat/xchat/options.mk4
1 files changed, 3 insertions, 1 deletions
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