diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-01-18 17:49:58 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-01-18 17:49:58 +0000 |
commit | 478cae6d9b080770680e9266653bb318956142f6 (patch) | |
tree | bfb29799e58f9d6bd72e332f3db679a161d9eb6a /x11-drivers | |
parent | dc9cdf425178055417ef6fd5b6c6012e53254051 (diff) | |
download | ports-478cae6d9b080770680e9266653bb318956142f6.tar.gz ports-478cae6d9b080770680e9266653bb318956142f6.zip |
Add glproto to USE_XORG.
Reported by: pavbot
Notes
Notes:
svn path=/head/; revision=205789
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index 4ec0ca587529..44876ab8eb3b 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -16,7 +16,7 @@ COMMENT= X.Org openChrome display driver USE_GL= gl XORG_CAT= driver -USE_XORG= videoproto xf86driproto xextproto xvmc +USE_XORG= videoproto xf86driproto xextproto xvmc glproto MAN4= openchrome.4x MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 |