summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortnn <tnn>2008-02-08 10:34:19 +0000
committertnn <tnn>2008-02-08 10:34:19 +0000
commit10620be7c53dd97c16f8696d4b334c5c31affedc (patch)
tree36062df675f9d133992b3e8ab1a488e16c8cef6e /sysutils
parent7927f4a6333d8926a24ca9e8dc43d98467631333 (diff)
downloadpkgsrc-10620be7c53dd97c16f8696d4b334c5c31affedc.tar.gz
Fix more cases of non-chainable PKGSRC_COMPILER tests.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/grub/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub/hacks.mk b/sysutils/grub/hacks.mk
index 0c14ca1ccd7..a16471533b2 100644
--- a/sysutils/grub/hacks.mk
+++ b/sysutils/grub/hacks.mk
@@ -1,8 +1,8 @@
-# $NetBSD: hacks.mk,v 1.1 2006/05/09 18:52:35 joerg Exp $
+# $NetBSD: hacks.mk,v 1.2 2008/02/08 10:34:20 tnn Exp $
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "DragonFly" && ${PKGSRC_COMPILER} == "gcc"
+.if ${OPSYS} == "DragonFly" && !empty(PKGSRC_COMPILER:Mgcc)
#
# The standalone modules doesn't support propolice.
#