diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-03-20 12:51:36 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-03-20 12:51:36 +0000 |
commit | bd80ae7b59f5e43d38cf3b02d9fe6b5608e19ffd (patch) | |
tree | a7790aef25d26dfd1de181e71d21c6418ab021d0 /security | |
parent | 697cfd49dacb7791c7515914b7719788e5302e4e (diff) |
Enable Elliptic Curve Crypto (ECC)
Requested by: ale
Notes
Notes:
svn path=/head/; revision=209441
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/Makefile | 4 |
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 |