summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-04-03 19:18:04 +0000
committermarcus <marcus@FreeBSD.org>2005-04-03 19:18:04 +0000
commitf59287879e85d96b6bf57622273eccc7a8f9710e (patch)
tree03d9f93ea1c4956bdf81cdd016f48cd27db5ce66
parentedd0f613a49f29bd4fb9085a169d22df63a751ef (diff)
downloadFreeBSD-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
-rw-r--r--net-im/gaim/Makefile4
-rw-r--r--net/gaim/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index ecb202f..73c4585 100644
--- a/net/gaim/Makefile
+++ b/net/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
OpenPOWER on IntegriCloud