svn commit: r485632 - head/x11/nvidia-settings

Mark Linimon linimon at FreeBSD.org
Fri Nov 23 04:30:24 UTC 2018


Author: linimon
Date: Fri Nov 23 04:30:22 2018
New Revision: 485632
URL: https://svnweb.freebsd.org/changeset/ports/485632

Log:
  Mark as only for x86, since nvidia driver only supports that.
  
  Reported by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/nvidia-settings/Makefile

Modified: head/x11/nvidia-settings/Makefile
==============================================================================
--- head/x11/nvidia-settings/Makefile	Fri Nov 23 02:21:48 2018	(r485631)
+++ head/x11/nvidia-settings/Makefile	Fri Nov 23 04:30:22 2018	(r485632)
@@ -10,6 +10,9 @@ COMMENT=	Display Control Panel for X NVidia driver
 
 LICENSE=	GPLv2
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	Nvidia driver is only available on x86
+
 BUILD_DEPENDS=	${LOCALBASE}/include/dbus-1.0/dbus/dbus.h:devel/dbus
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \


More information about the svn-ports-all mailing list