diff options
author | ade <ade@FreeBSD.org> | 2004-10-15 17:32:46 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-10-15 17:32:46 +0000 |
commit | 57f1cea9b45b565aa9d7d0ffcf1a85218c982274 (patch) | |
tree | d40876fcb1ef7784b02b91507cf7ee67b221256e /sysutils/grub | |
parent | 6c81c9a4056e44e681c555a0ff427389f7800f6f (diff) | |
download | FreeBSD-ports-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.zip FreeBSD-ports-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.tar.gz |
Kill off automake18, switching to automake19. Requiem Mors Pacem.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index b00320a..633406f 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ MAINTAINER= sem@FreeBSD.org COMMENT= GRand Unified Bootloader -USE_AUTOMAKE_VER= 18 +USE_AUTOMAKE_VER= 19 USE_AUTOCONF_VER= 259 GNU_CONFIGURE= yes USE_GMAKE= yes |