diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-02 12:18:54 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-02 12:18:54 +0000 |
commit | 5737b9faffa17e52fc6f7f0411004f9c8908c087 (patch) | |
tree | 8cbbc0096a4af0d7cac1cf54cc25e165cc797c46 /security/libgcrypt/Makefile | |
parent | a1e0d14c442480813a8579e15f7d255a5c440013 (diff) |
Notes
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index cd179057a170..c4f1db286fd0 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -15,10 +15,12 @@ COMMENT= General purpose crypto library based on code used in GnuPG LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB +LICENSE_COMB= multi USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 +USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes |