diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 07:43:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 07:43:01 +0800 |
commit | 5ae3eee1552008d3009a6134eef3822a1ef8c265 (patch) | |
tree | 17f50efc137a1e0e609063014f144bbd41ebbcce /sysutils | |
parent | de61d9e127335dce065efc7c15a2ee48008dcc1c (diff) | |
download | freebsd-ports-gnome-5ae3eee1552008d3009a6134eef3822a1ef8c265.tar.gz freebsd-ports-gnome-5ae3eee1552008d3009a6134eef3822a1ef8c265.tar.zst freebsd-ports-gnome-5ae3eee1552008d3009a6134eef3822a1ef8c265.zip |
- Switch to USES=autoreconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index f8ebf8b5fbc3..67eb49c5d77e 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -19,10 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ CONFLICTS= grub-0* SSP_UNSAFE= yes USE_GCC= yes -USE_AUTOTOOLS= automake aclocal autoconf -ACLOCAL_ARGS= -Im4 GNU_CONFIGURE= yes -USES= bison cpe gettext gmake tar:xz +USES= autoreconf bison cpe gettext gmake tar:xz ONLY_FOR_ARCHS= i386 amd64 INFO= grub grub-dev MAKE_JOBS_UNSAFE= yes |