pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/grub2



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Nov 23 15:41:19 UTC 2018

Modified Files:
        pkgsrc/sysutils/grub2: Makefile

Log Message:
grub2: fix linking error with graphics/freetype2


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/grub2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/grub2/Makefile
diff -u pkgsrc/sysutils/grub2/Makefile:1.16 pkgsrc/sysutils/grub2/Makefile:1.17
--- pkgsrc/sysutils/grub2/Makefile:1.16 Sun Sep 16 15:07:54 2018
+++ pkgsrc/sysutils/grub2/Makefile      Fri Nov 23 15:41:19 2018
@@ -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 @@ FORTIFY_SUPPORTED=    no
 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