diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-07-23 20:13:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-07-23 20:13:06 +0000 |
commit | aa5c7abae0db68207272c5746fdca8e760f6d851 (patch) | |
tree | 344f85546e0bccbc807965c5cafd7f74cbbb0326 /sysutils/grub2 | |
parent | f23483336233ffa5ceb68377770219e6651070a3 (diff) | |
download | ports-aa5c7abae0db68207272c5746fdca8e760f6d851.tar.gz ports-aa5c7abae0db68207272c5746fdca8e760f6d851.zip |
Notes
Diffstat (limited to 'sysutils/grub2')
-rw-r--r-- | sysutils/grub2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 1937bad2f2c7..697a6686f612 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -36,6 +36,10 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + post-install: @${CAT} ${PKGMESSAGE} |