diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch) | |
tree | 75bc18c02ad45658df6e53d5864baec96c002730 /sysutils/grub | |
parent | 980b4f867dba0a997b3f1336459072e6da844359 (diff) | |
download | FreeBSD-ports-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip FreeBSD-ports-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 1b73001..74e2cf4 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -7,13 +7,14 @@ PORTNAME= grub PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ MAINTAINER= sem@FreeBSD.org COMMENT= GRand Unified Bootloader -USE_AUTOTOOLS= automake:19 autoconf:259 +USE_AUTOTOOLS= automake:19 autoconf:261 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-freebsd-freebsd${OSREL} |