summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-03 19:18:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-03 19:18:04 +0000
commit430e9ea5607ff773f489239df1f3ad71f65eba9b (patch)
treea53644698178e11449d0286f59c19cca8806869c /net-im
parentOn alpha, we need at least GCC 3.3 to bootstrap GCC 3.4 or well'll get (diff)
Disable GnuTLS support by default. Default crypto support will be provided
by NSS. o requested by: pav
Notes
Notes: svn path=/head/; revision=132365
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile4
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