diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-19 15:55:15 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-19 15:55:15 +0000 |
commit | ab78a380b262a4da1cf0d7c213411d5da646b223 (patch) | |
tree | 2f1f6e82a978439b68bbb6058c6b23d8cde1abbd /security/gnutls/Makefile | |
parent | 353abd6becab0f9460cee16c987ac70b44f88a61 (diff) | |
download | ports-ab78a380b262a4da1cf0d7c213411d5da646b223.tar.gz ports-ab78a380b262a4da1cf0d7c213411d5da646b223.zip |
Notes
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 8a5701f3cefe..002e514929c6 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle \ libtasn1.so:${PORTSDIR}/security/libtasn1 -USES= gmake iconv libtool makeinfo pathfix pkgconfig tar:xz +USES= cpe gmake iconv libtool makeinfo pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-guile \ @@ -26,6 +26,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MAKEINFOFLAGS=--no-split +CPE_VENDOR= gnu + OPTIONS_DEFINE= CRYWRAP EXAMPLES LIBDANE NLS P11KIT TPM ZLIB OPTIONS_DEFAULT= CRYWRAP P11KIT TPM ZLIB OPTIONS_SUB= yes |