svn commit: r336950 - head/sysutils/grub2-bhyve

Kris Moore kmoore at FreeBSD.org
Thu Dec 19 19:30:16 UTC 2013


Author: kmoore
Date: Thu Dec 19 19:30:16 2013
New Revision: 336950
URL: http://svnweb.freebsd.org/changeset/ports/336950

Log:
  - Make gcc47 a BUILD_DEPENDS only

Modified:
  head/sysutils/grub2-bhyve/Makefile

Modified: head/sysutils/grub2-bhyve/Makefile
==============================================================================
--- head/sysutils/grub2-bhyve/Makefile	Thu Dec 19 19:27:21 2013	(r336949)
+++ head/sysutils/grub2-bhyve/Makefile	Thu Dec 19 19:30:16 2013	(r336950)
@@ -11,11 +11,11 @@ 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.7
 USE_GITHUB=	yes
 GH_ACCOUNT=	grehan-freebsd
 GH_COMMIT=	aa0717f


More information about the svn-ports-head mailing list