pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/windowmaker-desktop



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov 15 13:07:12 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/windowmaker-desktop: Makefile

Log Message:
windowmaker-desktop: Skip wmmixer if an OSS implementation isn't available

PR pkg/56501


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/meta-pkgs/windowmaker-desktop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/windowmaker-desktop/Makefile
diff -u pkgsrc/meta-pkgs/windowmaker-desktop/Makefile:1.25 pkgsrc/meta-pkgs/windowmaker-desktop/Makefile:1.26
--- pkgsrc/meta-pkgs/windowmaker-desktop/Makefile:1.25  Mon Nov 24 15:21:49 2014
+++ pkgsrc/meta-pkgs/windowmaker-desktop/Makefile       Mon Nov 15 13:07:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/11/24 15:21:49 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2021/11/15 13:07:12 nia Exp $
 #
 
 DISTNAME=      windowmaker-desktop-1.3
@@ -20,7 +20,10 @@ DEPENDS+=    wmmail-[0-9]*:../../mail/wmmai
 DEPENDS+=      wmnet-[0-9]*:../../net/wmnet
 DEPENDS+=      wmweather-[0-9]*:../../x11/wmweather
 DEPENDS+=      wmMoonClock-[0-9]*:../../time/wmmoonclock
+.include "../../mk/oss.buildlink3.mk"
+.if ${OSS_TYPE} != "none"
 DEPENDS+=      wmmixer-[0-9]*:../../audio/wmmixer
+.endif
 DEPENDS+=      docker-[0-9]*:../../x11/docker
 
 META_PACKAGE=  yes



Home | Main Index | Thread Index | Old Index