diff options
author | richard <richard@pkgsrc.org> | 2014-08-11 14:20:27 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-08-11 14:20:27 +0000 |
commit | 154e35dc49d28235cfe0f3f7b2cc4fcbb0a16fb1 (patch) | |
tree | 46133389dbdd66f806edc3ea4b3fee80df6f0fbf /meta-pkgs | |
parent | b899f407b58479de3c2d4258f2457679118c3c14 (diff) | |
download | pkgsrc-154e35dc49d28235cfe0f3f7b2cc4fcbb0a16fb1.tar.gz |
SunOS still seems to need xf86-video-ati6
Enables graphics on HP Probook under omnios.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-drivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-drivers/Makefile b/meta-pkgs/modular-xorg-drivers/Makefile index 6cfee200f92..d52cd168716 100644 --- a/meta-pkgs/modular-xorg-drivers/Makefile +++ b/meta-pkgs/modular-xorg-drivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/09/30 17:02:37 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/08/11 14:20:27 richard Exp $ DISTNAME= # empty PKGNAME= modular-xorg-drivers-1.14.2 @@ -26,7 +26,7 @@ DEPENDS+= xf86-input-void-[0-9]*:../../x11/xf86-input-void DEPENDS+= xf86-video-apm-[0-9]*:../../x11/xf86-video-apm DEPENDS+= xf86-video-ark-[0-9]*:../../x11/xf86-video-ark DEPENDS+= xf86-video-ast-[0-9]*:../../x11/xf86-video-ast -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" DEPENDS+= xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6 .else DEPENDS+= xf86-video-ati-[0-9]*:../../x11/xf86-video-ati |