diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2015-10-29 14:30:24 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2015-10-29 14:30:24 +0000 |
commit | 343a083fb9a28ecd01f97ce7d906e5ac4117a92c (patch) | |
tree | d059d314322eed356b8d610d53935b0582e41735 /security/libgcrypt/Makefile | |
parent | 62a14d310a0ea122b96e89548dedbf93e6600c51 (diff) | |
download | ports-343a083fb9a28ecd01f97ce7d906e5ac4117a92c.tar.gz ports-343a083fb9a28ecd01f97ce7d906e5ac4117a92c.zip |
Notes
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index df226a3852a6..2dd61f851849 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -2,6 +2,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG @@ -18,7 +19,7 @@ USES= cpe libtool makeinfo tar:bzip2 CPE_VENDOR= gnupg USE_CSTD= gnu89 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-drng-support +CONFIGURE_ARGS= --disable-drng-support --enable-static=yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes |