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:   maya
Date:           Thu May 11 20:55:19 UTC 2017

Modified Files:
        pkgsrc/meta-pkgs/modular-xorg-drivers: Makefile

Log Message:
Need new ati on dragonfly too.
old doesn't build and isn't interesting to fix


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.40
--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.39 Tue Mar 14 13:26:59 2017
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile      Thu May 11 20:55:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2017/03/14 13:26:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.40 2017/05/11 20:55:19 maya Exp $
 
 DISTNAME=      # empty
 PKGNAME=       modular-xorg-drivers-1.19.0
@@ -33,7 +33,8 @@ DEPENDS+=     xf86-video-ark-[0-9]*:../../x1
 DEPENDS+=      xf86-video-ast-[0-9]*:../../x11/xf86-video-ast
 .if !empty(MACHINE_PLATFORM:MNetBSD-7.*-i386) ||       \
     !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) ||     \
-    ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
+    ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" ||    \
+    ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
 DEPENDS+=      xf86-video-ati-[0-9]*:../../x11/xf86-video-ati
 .else
 DEPENDS+=      xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6



Home | Main Index | Thread Index | Old Index