diff options
author | flz <flz@FreeBSD.org> | 2008-01-19 01:49:58 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-01-19 01:49:58 +0800 |
commit | cc33588bf6fefb8f6bff7a3cbec74c1f1877ff3f (patch) | |
tree | 2a107c6bf9e97ddf11643877670bf2dfa9c2818b /x11-drivers/xf86-video-openchrome | |
parent | 6b6b62bd0a9f4bdaab533d7042c8b521ed6aecd8 (diff) | |
download | freebsd-ports-gnome-cc33588bf6fefb8f6bff7a3cbec74c1f1877ff3f.tar.gz freebsd-ports-gnome-cc33588bf6fefb8f6bff7a3cbec74c1f1877ff3f.tar.zst freebsd-ports-gnome-cc33588bf6fefb8f6bff7a3cbec74c1f1877ff3f.zip |
Add glproto to USE_XORG.
Reported by: pavbot
Diffstat (limited to 'x11-drivers/xf86-video-openchrome')
-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 |