diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-08 02:32:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-08 02:32:40 +0000 |
commit | 9ebeb2962e72159788b92e976a31f19060f692b7 (patch) | |
tree | 43391e88d768f523f6ae4156d791209835877660 /net-im | |
parent | a3174f48453c8c239eeb08b1cf581686ba51fe09 (diff) | |
download | ports-9ebeb2962e72159788b92e976a31f19060f692b7.tar.gz ports-9ebeb2962e72159788b92e976a31f19060f692b7.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index f7bd0f1b74c3..ed62759b1de7 100644 --- a/net-im/gaim/Makefile +++ b/net-im/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} "" |