diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-29 11:38:00 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-29 11:38:00 +0000 |
commit | 7cc3a0cbf1add79208b045c9ee9b855922ec2938 (patch) | |
tree | 9ca737296d010217ea657bce895de740c70468a6 | |
parent | c99fbaa6873f913317dc768fc894357176333106 (diff) | |
download | ports-7cc3a0cbf1add79208b045c9ee9b855922ec2938.tar.gz ports-7cc3a0cbf1add79208b045c9ee9b855922ec2938.zip |
Style fix (xextproto listed twice).
Reported by: Oliver Schonefeld
Notes
Notes:
svn path=/head/; revision=198487
-rw-r--r-- | x11-drivers/xf86-video-i810/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-i810/Makefile b/x11-drivers/xf86-video-i810/Makefile index f6444d04ac65..05bcdb0459af 100644 --- a/x11-drivers/xf86-video-i810/Makefile +++ b/x11-drivers/xf86-video-i810/Makefile @@ -18,7 +18,7 @@ CONFLICTS= xf86-video-intel-[0-9]* USE_GL= gl XORG_CAT= driver -USE_XORG= xvmc xf86driproto xextproto x11 xextproto glproto xineramaproto +USE_XORG= xvmc xf86driproto xextproto x11 glproto xineramaproto MAN4= i810.4x .include <bsd.port.mk> |