Date: Tue, 7 Jan 2020 11:48:18 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522328 - head/x11-wm/compiz Message-ID: <202001071148.007BmIff098428@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jan 7 11:48:18 2020 New Revision: 522328 URL: https://svnweb.freebsd.org/changeset/ports/522328 Log: x11-wm/compiz: depend on nvidia-settings only on amd64 and i386 Nvidia drivers are not available on other architectures. PR: 242832 Approved by: freebsd-ports@dan.me.uk (maintainer timeout) MFH: 2020Q1 (fix build blanket) Modified: head/x11-wm/compiz/Makefile Modified: head/x11-wm/compiz/Makefile ============================================================================== --- head/x11-wm/compiz/Makefile Tue Jan 7 11:46:24 2020 (r522327) +++ head/x11-wm/compiz/Makefile Tue Jan 7 11:48:18 2020 (r522328) @@ -21,7 +21,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png \ libstartup-notification-1.so:x11/startup-notification RUN_DEPENDS= glxinfo:graphics/mesa-demos \ - nvidia-settings:x11/nvidia-settings + ${RUN_DEPENDS_${ARCH}} +RUN_DEPENDS_amd64= nvidia-settings:x11/nvidia-settings +RUN_DEPENDS_i386= nvidia-settings:x11/nvidia-settings USES= gettext-runtime gettext-tools gl gmake gnome libtool \ localbase pathfix tar:bzip2 xorg xorg-cat:app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001071148.007BmIff098428>