diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-08 10:34:19 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-08 10:34:19 +0000 |
commit | 5c13124820c3b1d893314f769e79ca6815522d26 (patch) | |
tree | 36062df675f9d133992b3e8ab1a488e16c8cef6e /sysutils/grub | |
parent | 849d228b925b8e6729b6252bc8b0a6110c7ca174 (diff) | |
download | pkgsrc-5c13124820c3b1d893314f769e79ca6815522d26.tar.gz |
Fix more cases of non-chainable PKGSRC_COMPILER tests.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/hacks.mk | 4 |
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. # |