diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-03 19:18:04 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-03 19:18:04 +0000 |
commit | f59287879e85d96b6bf57622273eccc7a8f9710e (patch) | |
tree | 03d9f93ea1c4956bdf81cdd016f48cd27db5ce66 /net-im/gaim | |
parent | edd0f613a49f29bd4fb9085a169d22df63a751ef (diff) | |
download | FreeBSD-ports-f59287879e85d96b6bf57622273eccc7a8f9710e.zip FreeBSD-ports-f59287879e85d96b6bf57622273eccc7a8f9710e.tar.gz |
Disable GnuTLS support by default. Default crypto support will be provided
by NSS.
o
requested by: pav
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 ecb202f..73c4585 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 |