aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-08-29 19:38:00 +0800
committerflz <flz@FreeBSD.org>2007-08-29 19:38:00 +0800
commit0f7e1686403096ad2c796e1618516022575ca2ce (patch)
tree1700685b9d2d5ab9687b1f737d95a30cac3fa604
parent6d2d5d2ab2b9cff58b4ef824c2b52184dc6ed518 (diff)
downloadfreebsd-ports-gnome-0f7e1686403096ad2c796e1618516022575ca2ce.tar.gz
freebsd-ports-gnome-0f7e1686403096ad2c796e1618516022575ca2ce.tar.zst
freebsd-ports-gnome-0f7e1686403096ad2c796e1618516022575ca2ce.zip
Style fix (xextproto listed twice).
Reported by: Oliver Schonefeld
-rw-r--r--x11-drivers/xf86-video-i810/Makefile2
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>