diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-06-14 08:04:33 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-06-14 08:04:33 +0800 |
commit | 5277c8f0a50cd7d93f3d3661f99603777bf7d5a5 (patch) | |
tree | c51071c1bd32266b98fe09dbf03ae7f61e5760be /x11-drivers/xf86-video-sis | |
parent | 3eea9dc7167992a414ca69a58dd3ae62ca59c8b0 (diff) | |
download | freebsd-ports-gnome-5277c8f0a50cd7d93f3d3661f99603777bf7d5a5.tar.gz freebsd-ports-gnome-5277c8f0a50cd7d93f3d3661f99603777bf7d5a5.tar.zst freebsd-ports-gnome-5277c8f0a50cd7d93f3d3661f99603777bf7d5a5.zip |
- Add conflicts with xf86-video-sis-intel.
Diffstat (limited to 'x11-drivers/xf86-video-sis')
-rw-r--r-- | x11-drivers/xf86-video-sis/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile index 7394a298c34e..4344c2e3ce64 100644 --- a/x11-drivers/xf86-video-sis/Makefile +++ b/x11-drivers/xf86-video-sis/Makefile @@ -13,6 +13,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org sis display driver +CONFLICTS= xf86-video-sis-intel-[0-9]* + USE_GL= gl XORG_CAT= driver |