diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-11-09 08:24:56 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-11-09 08:24:56 +0000 |
commit | a5954ed93ba0727d96be84e495b3c0e1e73d2f64 (patch) | |
tree | 891c8e19fb04b2d639e819a14d96a3571b7cb146 /graphics/Makefile | |
parent | Fix trailing spaces following a \ (diff) |
Add new port "dri". This port contains the split-out DRI client drivers from
XFree86-4-Server. I decided the history from XFree86-4-Server wasn't
significant enough, and will hopefully be obsolete soon when Mesa starts
providing the DRI drivers.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 10003ee3e176..b0f081ea38e4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -43,6 +43,7 @@ SUBDIR += divxcalc SUBDIR += djvulibre SUBDIR += dore + SUBDIR += dri SUBDIR += dri-devel SUBDIR += drm-kmod SUBDIR += duhdraw |