aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-11-28 22:44:41 +0800
committerpav <pav@FreeBSD.org>2006-11-28 22:44:41 +0800
commit3e39841ab26202e83299f31d01705fae8125a2a4 (patch)
treef3634867269188963078b922ed8a4cde819978ff /irc/xchat/Makefile
parent4d883ceebe6445c9e88c157b9f9eb8f1fb96702c (diff)
downloadfreebsd-ports-gnome-3e39841ab26202e83299f31d01705fae8125a2a4.tar.gz
freebsd-ports-gnome-3e39841ab26202e83299f31d01705fae8125a2a4.tar.zst
freebsd-ports-gnome-3e39841ab26202e83299f31d01705fae8125a2a4.zip
- Force spellchecker feature to use gtkspell backend
PR: ports/105949 Submitted by: Alex <goo@t72.ru>
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r--irc/xchat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index c4930a90561a..03104fe653e6 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xchat
PORTVERSION= 2.6.8
+PORTREVISION= 1
CATEGORIES= irc gnome ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://xchat.org/files/source/2.6/
@@ -70,6 +71,7 @@ PLIST_SUB+= DBUS="@comment "
.if !defined(WITHOUT_GTKSPELL)
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
+CONFIGURE_ARGS+=--enable-spell=gtkspell
.else
CONFIGURE_ARGS+=--disable-spell
.endif