pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/grub2 grub2: fix linking error with graphics/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baf81a8f7e7b
branches:  trunk
changeset: 315412:baf81a8f7e7b
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Nov 23 15:41:19 2018 +0000

description:
grub2: fix linking error with graphics/freetype2

diffstat:

 sysutils/grub2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 59b41cba0400 -r baf81a8f7e7b sysutils/grub2/Makefile
--- a/sysutils/grub2/Makefile   Fri Nov 23 14:57:54 2018 +0000
+++ b/sysutils/grub2/Makefile   Fri Nov 23 15:41:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/09/16 15:07:54 triaxx Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/23 15:41:19 triaxx Exp $
 
 DISTNAME=              grub-2.02
 PKGNAME=               ${DISTNAME:S/grub/grub2/}
@@ -43,6 +43,7 @@
 GCC_REQD+=             4.4
 FLEX_REQD=             2.5.35
 BUILD_DEPENDS+=                help2man>=1.36:../../converters/help2man
+BUILD_DEPENDS+=                pkg-config-[0-9]*:../../devel/pkg-config
 
 #
 # The configure script sets the variables `target_cpu' and `platform', which



Home | Main Index | Thread Index | Old Index