aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-03-20 20:51:36 +0800
committerahze <ahze@FreeBSD.org>2008-03-20 20:51:36 +0800
commitc1d8eae7e12e64c0d4e3ccedec1f5f483bacc585 (patch)
treed80f0bef45f93b03b0f74ce0a11fe1b7add28243 /security
parent591b20f4f4817ccb4aa173707a873f512f233936 (diff)
downloadfreebsd-ports-gnome-c1d8eae7e12e64c0d4e3ccedec1f5f483bacc585.tar.gz
freebsd-ports-gnome-c1d8eae7e12e64c0d4e3ccedec1f5f483bacc585.tar.zst
freebsd-ports-gnome-c1d8eae7e12e64c0d4e3ccedec1f5f483bacc585.zip
Enable Elliptic Curve Crypto (ECC)
Requested by: ale
Diffstat (limited to 'security')
-rw-r--r--security/nss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index cfc65c26d8bd..87da42a716b4 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nss
PORTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src
@@ -28,7 +28,7 @@ USE_LDCONFIG= ${PREFIX}/lib/nss
USE_GMAKE= yes
USE_PERL5_BUILD=yes
MAKE_ENV= BSD_LDOPTS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
- BUILD_OPT=1
+ BUILD_OPT=1 NSS_ENABLE_ECC=1
ALL_TARGET= nss_build_all
CFLAGS+= -I${LOCALBASE}/include/nspr -L${LOCALBASE}/lib