diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-07 15:23:55 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-07 15:23:55 +0000 |
commit | 7e814a58ecd2fca47724127dab1c45dfc7168f3b (patch) | |
tree | add7741881ab42df33ff609f9cd95162e06f6448 /games/linux-warsow | |
parent | 7368ea4606151d64675c243693f21489e0818648 (diff) | |
download | ports-7e814a58ecd2fca47724127dab1c45dfc7168f3b.tar.gz ports-7e814a58ecd2fca47724127dab1c45dfc7168f3b.zip |
Notes
Diffstat (limited to 'games/linux-warsow')
-rw-r--r-- | games/linux-warsow/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/linux-warsow/Makefile b/games/linux-warsow/Makefile index 79ec4a4ae1a7..c0f8e77e4358 100644 --- a/games/linux-warsow/Makefile +++ b/games/linux-warsow/Makefile @@ -61,9 +61,7 @@ IGNORE= requires at least one of CLIENT and SERVER options RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver . endif .else -. if !exists(${LINUXBASE}/usr/X11R6/lib/libGL.so.1) -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri -. endif +USE_LINUX_APPS+=dri .endif .if ${ARCH} == "i386" |