From df54fd58e0a518a67c2b81470f55120156eec477 Mon Sep 17 00:00:00 2001 From: pho Date: Thu, 5 Feb 2015 00:38:14 +0000 Subject: Add comments --- lang/ghc7/bootstrap.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/ghc7') diff --git a/lang/ghc7/bootstrap.mk b/lang/ghc7/bootstrap.mk index 1ed93808f28..416fcc895e8 100644 --- a/lang/ghc7/bootstrap.mk +++ b/lang/ghc7/bootstrap.mk @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.14 2015/02/05 00:26:34 pho Exp $ +# $NetBSD: bootstrap.mk,v 1.15 2015/02/05 00:38:14 pho Exp $ # ----------------------------------------------------------------------------- # Select a bindist of bootstrapping compiler based on a per-platform # basis. @@ -98,6 +98,8 @@ CHECK_BUILTIN.${pkg}:= yes . endif CHECK_BUILTIN.${pkg}:= no +# BOOT_GHC_PKGSRC_DEPS is a list of packages whose pkgsrc version is +# preferred over native one, either by user or ../../mk/platform . if ${PREFER.${pkg}} == "pkgsrc" BOOT_GHC_PKGSRC_DEPS+= ${pkg} . endif -- cgit v1.2.3