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 /emulators/linux-pete-xgl2gpu | |
parent | 7368ea4606151d64675c243693f21489e0818648 (diff) | |
download | ports-7e814a58ecd2fca47724127dab1c45dfc7168f3b.tar.gz ports-7e814a58ecd2fca47724127dab1c45dfc7168f3b.zip |
Notes
Diffstat (limited to 'emulators/linux-pete-xgl2gpu')
-rw-r--r-- | emulators/linux-pete-xgl2gpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-pete-xgl2gpu/Makefile b/emulators/linux-pete-xgl2gpu/Makefile index c25f328e8e46..a8d5aec27ede 100644 --- a/emulators/linux-pete-xgl2gpu/Makefile +++ b/emulators/linux-pete-xgl2gpu/Makefile @@ -17,7 +17,7 @@ COMMENT= A PSEmu Pro GPU plugin using a modern OpenGL renderer (Linux version) .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri +USE_LINUX_APPS+=dri .endif NO_WRKSUBDIR= yes |