pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/modular-xorg-drivers
Module Name: pkgsrc
Committed By: tnn
Date: Thu Jul 21 11:21:50 UTC 2022
Modified Files:
pkgsrc/meta-pkgs/modular-xorg-drivers: Makefile
Log Message:
xf86-input-keyboard is no longer for Linux
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/meta-pkgs/modular-xorg-drivers/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/modular-xorg-drivers/Makefile
diff -u pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.46 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.47
--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.46 Thu Apr 21 16:53:25 2022
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile Thu Jul 21 11:21:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2022/04/21 16:53:25 nia Exp $
+# $NetBSD: Makefile,v 1.47 2022/07/21 11:21:50 tnn Exp $
DISTNAME= # empty
PKGNAME= modular-xorg-drivers-1.19.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= meta-pkgs x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
DISTFILES= # empty
@@ -17,7 +17,9 @@ META_PACKAGE= yes
.include "../../mk/bsd.prefs.mk"
DEPENDS+= xf86-input-acecad-[0-9]*:../../x11/xf86-input-acecad
+.if ${OPSYS} != "Linux"
DEPENDS+= xf86-input-keyboard-[0-9]*:../../x11/xf86-input-keyboard
+.endif
DEPENDS+= xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse
DEPENDS+= xf86-input-penmount-[0-9]*:../../x11/xf86-input-penmount
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
Home |
Main Index |
Thread Index |
Old Index