diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 21:45:20 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 21:45:20 +0000 |
commit | f872930d0e52c8802d4085a53fd91d3af6e0ddad (patch) | |
tree | a79f71211dc0ed6f08a805235e59f1fc3946e774 /security/libgcrypt | |
parent | 0f17cf99be7bb6defa0b0a6f7788fad50febe6fb (diff) |
Notes
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index f92a3a79dae1..8bd8e257bca9 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -19,7 +19,7 @@ CPE_VENDOR= gnupg USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-drng-support --enable-static=yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" +CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes TEST_TARGET= check |