Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2020 11:49:20 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r522329 - branches/2020Q1/x11-wm/compiz
Message-ID:  <202001071149.007BnKoC098646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jan  7 11:49:20 2020
New Revision: 522329
URL: https://svnweb.freebsd.org/changeset/ports/522329

Log:
  MFH: r522328
  
  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)
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/x11-wm/compiz/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/x11-wm/compiz/Makefile
==============================================================================
--- branches/2020Q1/x11-wm/compiz/Makefile	Tue Jan  7 11:48:18 2020	(r522328)
+++ branches/2020Q1/x11-wm/compiz/Makefile	Tue Jan  7 11:49:20 2020	(r522329)
@@ -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?202001071149.007BnKoC098646>