svn commit: r522329 - branches/2020Q1/x11-wm/compiz

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 7 11:49:21 UTC 2020


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 at 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


More information about the svn-ports-branches mailing list