Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 20:52:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384611 - in head/sysutils: sbsigntool shim
Message-ID:  <201504232052.t3NKqamU091918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr 23 20:52:35 2015
New Revision: 384611
URL: https://svnweb.freebsd.org/changeset/ports/384611

Log:
  Fix BUILD_DEPENDS

Modified:
  head/sysutils/sbsigntool/Makefile
  head/sysutils/shim/Makefile

Modified: head/sysutils/sbsigntool/Makefile
==============================================================================
--- head/sysutils/sbsigntool/Makefile	Thu Apr 23 20:48:13 2015	(r384610)
+++ head/sysutils/sbsigntool/Makefile	Thu Apr 23 20:52:35 2015	(r384611)
@@ -12,7 +12,7 @@ COMMENT=	Signing utility for UEFI secure
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/devel/gnu-efi \
+BUILD_DEPENDS=	${LOCALBASE}/lib/libgnuefi.a:${PORTSDIR}/devel/gnu-efi \
 		help2man:${PORTSDIR}/misc/help2man
 LIB_DEPENDS=	libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 

Modified: head/sysutils/shim/Makefile
==============================================================================
--- head/sysutils/shim/Makefile	Thu Apr 23 20:48:13 2015	(r384610)
+++ head/sysutils/shim/Makefile	Thu Apr 23 20:52:35 2015	(r384611)
@@ -11,7 +11,7 @@ COMMENT=	UEFI Secure Boot shim loader
 
 LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/devel/gnu-efi \
+BUILD_DEPENDS=	${LOCALBASE}/lib/libgnuefi.a:${PORTSDIR}/devel/gnu-efi \
 		bash:${PORTSDIR}/shells/bash
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504232052.t3NKqamU091918>