diff options
-rw-r--r-- | chat/xchat/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat/options.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 4ecada6102f..421c60e920c 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.63 2009/08/26 19:57:17 sno Exp $ +# $NetBSD: Makefile,v 1.64 2009/10/24 15:51:25 tnn Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" PKGNAME= ${DISTNAME}pl1 -PKGREVISION= 1 +PKGREVISION= 2 OWNER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit 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 |