svn commit: r522328 - head/x11-wm/compiz
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jan 7 11:48:18 UTC 2020
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 at 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
More information about the svn-ports-head
mailing list