Date: Fri, 23 Nov 2018 04:30:23 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485632 - head/x11/nvidia-settings Message-ID: <201811230430.wAN4UNtf050490@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811230430.wAN4UNtf050490>