diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-03 19:18:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-03 19:18:04 +0000 |
commit | 430e9ea5607ff773f489239df1f3ad71f65eba9b (patch) | |
tree | a53644698178e11449d0286f59c19cca8806869c /net-im/gaim | |
parent | b4d74227769a609d326cdc18213258fe6c129047 (diff) | |
download | ports-430e9ea5607ff773f489239df1f3ad71f65eba9b.tar.gz ports-430e9ea5607ff773f489239df1f3ad71f65eba9b.zip |
Notes
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index ecb202f20a23..73c4585839d4 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gaim PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,7 +37,7 @@ MAN1= gaim.1 gaim-remote.1 OPTIONS= SILC "Secure Internet Live Conferencing support" off \ GTKSPELL "spell checking support" on \ AUDIO "audio support" on \ - GNUTLS "GNUTLS encryption support" on \ + GNUTLS "GNUTLS encryption support" off \ NSS "Mozilla NSS encryption support" on \ PERL "Perl scripting" off \ TCLTK "Tcl/Tk scripting" off |