diff options
author | tnn <tnn> | 2009-10-24 15:51:25 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-10-24 15:51:25 +0000 |
commit | 198637e6c7dbf0ab0fceb24688ade5af5ed6fc8b (patch) | |
tree | 7b12a055889a8562ca2c5bb61de64e7e9cddf71a /chat | |
parent | 46a12146d7efbdb879f7db6712c51f7d0ca31c1b (diff) | |
download | pkgsrc-198637e6c7dbf0ab0fceb24688ade5af5ed6fc8b.tar.gz |
if neither gtkspell nor libsexy was selected, then --enable-spell=none.
Diffstat (limited to 'chat')
-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 |