pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/modular-xorg-drivers Only include xf86-wsfb ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/503215ea060f
branches: trunk
changeset: 529779:503215ea060f
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 10 09:26:02 2007 +0000
description:
Only include xf86-wsfb on NetBSD and OpenBSD. From Hasso Tepper via IRC.
diffstat:
meta-pkgs/modular-xorg-drivers/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r f8b381ff15c7 -r 503215ea060f meta-pkgs/modular-xorg-drivers/Makefile
--- a/meta-pkgs/modular-xorg-drivers/Makefile Sun Jun 10 09:15:37 2007 +0000
+++ b/meta-pkgs/modular-xorg-drivers/Makefile Sun Jun 10 09:26:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/04/09 14:29:32 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/10 09:26:02 joerg Exp $
DISTNAME= # empty
PKGNAME= modular-xorg-drivers-1.1
@@ -12,7 +12,6 @@
PKG_DESTDIR_SUPPORT= user-destdir
-
NO_BUILD= yes
NO_CHECKSUM= yes
NO_MTREE= yes
@@ -20,6 +19,8 @@
do-install:
+.include "../../mk/bsd.prefs.mk"
+
DEPENDS+= xf86-input-keyboard-[0-9]*:../../x11/xf86-input-keyboard
DEPENDS+= xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse
DEPENDS+= xf86-input-void-[0-9]*:../../x11/xf86-input-void
@@ -53,6 +54,8 @@
DEPENDS+= xf86-video-vga-[0-9]*:../../x11/xf86-video-vga
DEPENDS+= xf86-video-via-[0-9]*:../../x11/xf86-video-via
DEPENDS+= xf86-video-vmware-[0-9]*:../../x11/xf86-video-vmware
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
DEPENDS+= xf86-video-wsfb-[0-9]*:../../x11/xf86-video-wsfb
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index