svn commit: r397897 - head/sysutils/xosview

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:55:37 UTC 2015


Author: linimon
Date: Fri Sep 25 21:55:36 2015
New Revision: 397897
URL: https://svnweb.freebsd.org/changeset/ports/397897

Log:
  Mark as x86-specific: uses x86-specific hardware resources.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/sysutils/xosview/Makefile

Modified: head/sysutils/xosview/Makefile
==============================================================================
--- head/sysutils/xosview/Makefile	Fri Sep 25 21:54:21 2015	(r397896)
+++ head/sysutils/xosview/Makefile	Fri Sep 25 21:55:36 2015	(r397897)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.pogo.org.uk/~ma
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphical performance meter
 
+ONLY_FOR_ARCHS=	amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON=	used i386-specific hardware resources
+
 USE_XORG=	xpm
 USES=		gmake
 MAKE_ENV+=	PLATFORM=bsd MANDIR=${LOCALBASE}/man


More information about the svn-ports-all mailing list