diff options
author | tron <tron@pkgsrc.org> | 2008-05-26 14:39:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-05-26 14:39:24 +0000 |
commit | 85e77639c3e8ae0eb36f636a2f29d27ec2413afd (patch) | |
tree | d8ee91dfe7acab2f6a9e25168a36cfa4868bce50 /chat | |
parent | 06c20fecf551ec0021dfdec9ddf7933bf08c137d (diff) | |
download | pkgsrc-85e77639c3e8ae0eb36f636a2f29d27ec2413afd.tar.gz |
Turn IPv6 support on by default. Bump package revision.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 2fec0380d48..dc319b0e352 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.55 2008/05/25 20:49:39 tron Exp $ +# $NetBSD: Makefile,v 1.56 2008/05/26 14:39:24 tron Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 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 fb2d11ccce8..753089cf2cc 100644 --- a/chat/xchat/options.mk +++ b/chat/xchat/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2008/04/12 22:42:58 jlam Exp $ +# $NetBSD: options.mk,v 1.12 2008/05/26 14:39:24 tron Exp $ .include "../../mk/bsd.prefs.mk" @@ -7,7 +7,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.xchat PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 mitshm gnome PKG_OPTIONS_GROUP.spell= libsexy gtkspell PKG_OPTIONS_OPTIONAL_GROUPS= spell -PKG_SUGGESTED_OPTIONS= ssl +PKG_SUGGESTED_OPTIONS= inet6 ssl .include "../../mk/bsd.options.mk" |