svn commit: r384864 - head/emulators/xen

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 27 18:50:48 UTC 2015


Author: bapt
Date: Mon Apr 27 18:50:47 2015
New Revision: 384864
URL: https://svnweb.freebsd.org/changeset/ports/384864

Log:
  Limit xen kernel to amd64

Modified:
  head/emulators/xen/Makefile

Modified: head/emulators/xen/Makefile
==============================================================================
--- head/emulators/xen/Makefile	Mon Apr 27 18:40:01 2015	(r384863)
+++ head/emulators/xen/Makefile	Mon Apr 27 18:50:47 2015	(r384864)
@@ -9,6 +9,8 @@ COMMENT=	Xen Hyvervisor meta port
 
 LICENSE=	GPLv2
 
+ONLY_FOR_ARCH=	amd64
+
 RUN_DEPENDS=	/boot/xen:${PORTSDIR}/emulators/xen-kernel \
 		xl:${PORTSDIR}/sysutils/xen-tools
 


More information about the svn-ports-head mailing list