diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-09-15 03:19:31 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-09-15 03:19:31 +0800 |
commit | a5a6ea8ebc8422116be7a7606a87b677a5a01f60 (patch) | |
tree | ade783d21db768a44ba27cc56a110dd24d65c6c8 /x11-drivers/xf86-video-ati613 | |
parent | e7e8dc8a88b09d50963e4606d2a61938d92f08ed (diff) | |
download | xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.gz xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.bz2 xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.lz xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.xz xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.zst xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.zip |
Move USE_XORG videoproto and xextproto to bsd.xorg.mk. Add some proto's to
video/input definitions in bsd.xorg.mk so stuff will build.
Fix some small nits here and there.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@580 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers/xf86-video-ati613')
-rw-r--r-- | x11-drivers/xf86-video-ati613/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati613/Makefile b/x11-drivers/xf86-video-ati613/Makefile index bb4923a..7f779f0 100644 --- a/x11-drivers/xf86-video-ati613/Makefile +++ b/x11-drivers/xf86-video-ati613/Makefile @@ -16,7 +16,7 @@ COMMENT= X.Org ati display driver USE_GL= gl XORG_CAT= driver -USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto +USE_XORG= xf86driproto xineramaproto xf86miscproto glproto MAN4= ati.4x radeon.4x .if defined(WITH_NEW_XORG) |