diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2007-05-31 16:40:42 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2007-05-31 16:40:42 +0000 |
commit | ac8adfa486ea32d7264ebfa5cdc945e31e5146ba (patch) | |
tree | aa3c5486c4a95a2a6e2edd1a68536f6af6091bf5 /x11-drivers | |
parent | 9ffc8c435f10f72fd610f76fe7f2e717592d00ef (diff) |
Add conflicts with xf86-video-intel.
Notes
Notes:
svn path=/head/; revision=192481
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-i810/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-i810/Makefile b/x11-drivers/xf86-video-i810/Makefile index 81cc52fc0c2e..f6444d04ac65 100644 --- a/x11-drivers/xf86-video-i810/Makefile +++ b/x11-drivers/xf86-video-i810/Makefile @@ -13,6 +13,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org i810 display driver +CONFLICTS= xf86-video-intel-[0-9]* + USE_GL= gl XORG_CAT= driver |