diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-31 10:02:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-31 10:02:41 +0000 |
commit | 0e798e758bff1828db17008da55cfa9bfe24e2ee (patch) | |
tree | 2dd7ff9d181c0d67c253dc3682ba09187aa1a8d5 | |
parent | Mark BROKEN: Fails to build (diff) |
Mark BROKEN: Checksum and size mismatch
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=378198
-rw-r--r-- | sysutils/pesign/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index 35e9a1af3038..d0de152beaa9 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -10,6 +10,8 @@ COMMENT= Signing utility for UEFI secure boot LICENSE= GPLv2 +BROKEN= Checksum and size mismatch + LIB_DEPENDS= libefivar.so:${PORTSDIR}/devel/efivar \ libnspr4.so:${PORTSDIR}/devel/nspr \ libnss3.so:${PORTSDIR}/security/nss \ |