summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-08 02:32:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-08 02:32:40 +0000
commit9ebeb2962e72159788b92e976a31f19060f692b7 (patch)
tree43391e88d768f523f6ae4156d791209835877660 /net
parentadd patches from Marius Strobls (diff)
Do not make the Japanese character support the default since it crashes
Yahoo! chats that contain a '~' character. Reported by: Adam McLaurin <adam.mclaurin@gmx.net>
Notes
Notes: svn path=/head/; revision=90582
Diffstat (limited to 'net')
-rw-r--r--net/gaim/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index f7bd0f1b74c3..ed62759b1de7 100644
--- a/net/gaim/Makefile
+++ b/net/gaim/Makefile
@@ -6,14 +6,16 @@
PORTNAME= gaim
PORTVERSION= 0.70
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+.if defined(WITH_JPPATCH)
PATCH_SITES= http://www.cc.rim.or.jp/~yaz/
PATCHFILES= gaim-0.70_jp.patch.gz
PATCH_DIST_STRIP= -p1
+.endif
MAINTAINER?= marcus@FreeBSD.org
COMMENT= Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger client
@@ -85,6 +87,7 @@ pre-everything::
@${ECHO_MSG} " WITHOUT_GTKSPELL Turns off spell checking"
@${ECHO_MSG} " WITHOUT_AUDIO Disable audio support"
@${ECHO_MSG} " WITH_GNUTLS Enable TLS encryption support"
+ @${ECHO_MSG} " WITH_JPPATCH Enable Japanese character support"
@${ECHO_MSG} " TCL_VER Use Tcl/Tk (version)"
@${ECHO_MSG} ""