diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:58:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:58:09 +0000 |
commit | 698f728a34f171d54b5a596f6920cc9f902eaac5 (patch) | |
tree | f10cf7fb25b0aa3ea00f6de39d75c4dd6e48df98 /security/libgcrypt | |
parent | 71bf6b0f0b6eacee0017dafc6618893627a19d91 (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 2da7936a8bc2..62341418a87e 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error -USES= libtool:oldver tar:bzip2 +USES= libtool:oldver makeinfo tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |