aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-11-28 14:44:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-11-28 14:44:41 +0000
commit160e8c206a2b6d7ed324dc26515e6a7d26aa9120 (patch)
treea84451ee83acccb1764efa3cef9b187360a523aa /irc
parent59621685a9e5513151e3f1bf9996a24271de1659 (diff)
downloadports-160e8c206a2b6d7ed324dc26515e6a7d26aa9120.tar.gz
ports-160e8c206a2b6d7ed324dc26515e6a7d26aa9120.zip
Notes
Diffstat (limited to 'irc')
-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