diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-04 07:30:56 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-04 07:30:56 +0800 |
commit | 5642848171710752f82c644f965e10b8c82b1c24 (patch) | |
tree | 17e4a5d6336c7711b1da353345d807bdf6865e82 /sysutils/grub2-bhyve/Makefile | |
parent | b09ceaad69465d3ae33382b0810d4940bbe158cb (diff) | |
download | freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.tar.gz freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.tar.zst freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.zip |
Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by: portmgr (mat)
Diffstat (limited to 'sysutils/grub2-bhyve/Makefile')
-rw-r--r-- | sysutils/grub2-bhyve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index 6f950a346834..45c80d2ce5e7 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ONLY_FOR_ARCHS= amd64 SSP_UNSAFE= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= grehan-freebsd GH_COMMIT= aa0717f |