diff options
author | kmoore <kmoore@FreeBSD.org> | 2013-12-28 01:33:11 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2013-12-28 01:33:11 +0800 |
commit | 7c75917b266f2ea91951e2a5e658cd7cfe1bc1b6 (patch) | |
tree | fc21677b372156beb4214a917122bfc9915cd24c /sysutils/grub2-bhyve/Makefile | |
parent | e55550db1e027dc6e96499057e15cbdf314161c7 (diff) | |
download | freebsd-ports-gnome-7c75917b266f2ea91951e2a5e658cd7cfe1bc1b6.tar.gz freebsd-ports-gnome-7c75917b266f2ea91951e2a5e658cd7cfe1bc1b6.tar.zst freebsd-ports-gnome-7c75917b266f2ea91951e2a5e658cd7cfe1bc1b6.zip |
- Cleanup the Makefile / pkg-plist
- Switch to USE_GCC= 4.6+
PR: 185040
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Diffstat (limited to 'sysutils/grub2-bhyve/Makefile')
-rw-r--r-- | sysutils/grub2-bhyve/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index 888b87123ff9..6f950a346834 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -3,26 +3,28 @@ PORTNAME= grub2-bhyve DISTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org -COMMENT= Grub-emu loader for bhyve +COMMENT= Grub-emu loader for bhyve LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - gcc47:${PORTSDIR}/lang/gcc47 \ help2man:${PORTSDIR}/misc/help2man ONLY_FOR_ARCHS= amd64 SSP_UNSAFE= yes +USE_GCC= 4.6+ USE_GITHUB= yes GH_ACCOUNT= grehan-freebsd GH_COMMIT= aa0717f GH_TAGNAME= v0.2 USES= bison gettext gmake +PLIST_FILES= sbin/grub-bhyve MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS= --with-platform=emu CC=gcc47 LEX=${LOCALBASE}/bin/flex \ +CONFIGURE_ARGS= --with-platform=emu CC=${CC} LEX=${LOCALBASE}/bin/flex \ --enable-grub-mount=no --enable-grub-mkfont=no .include <bsd.port.pre.mk> |