Index: security/libgcrypt/Makefile =================================================================== --- security/libgcrypt/Makefile (revision 446515) +++ security/libgcrypt/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG @@ -18,7 +19,9 @@ CPE_VENDOR= gnupg USE_CSTD= gnu89 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-drng-support --enable-static=yes +CONFIGURE_ARGS= --disable-drng-support \ + --disable-jent-support \ + --enable-static=yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes