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-virtual-jay-peak | |
parent | 7368ea4606151d64675c243693f21489e0818648 (diff) | |
download | ports-7e814a58ecd2fca47724127dab1c45dfc7168f3b.tar.gz ports-7e814a58ecd2fca47724127dab1c45dfc7168f3b.zip |
Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri to
using USE_LINUX_APPS+=dri. This is needed to switch a default
linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump
is needed since it's mere infrastructure fix. Affected ports:
-----
emulators/linux-pete-mesagpu/Makefile
emulators/linux-pete-xgl2gpu/Makefile
games/atitd/Makefile
games/linux-coldwar-demo/Makefile
games/linux-darwinia-demo/Makefile
games/linux-defcon/Makefile
games/linux-doom3-demo/Makefile
games/linux-gorky17-demo/Makefile
games/linux-nerogame/Makefile
games/linux-nwnclient/Makefile
games/linux-savage/Makefile
games/linux-savage-samuraiwars/Makefile
games/linux-uplink-demo/Makefile
games/linux-ut2003-demo/Makefile
games/linux-ut2004-demo/Makefile
games/linux-virtual-jay-peak/Makefile
games/linux-warsow/Makefile
graphics/linux-ac3d/Makefile
math/mupad/Makefile
net/skype12/Makefile
-----
Approved by: maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09)
Notes
Notes:
svn path=/head/; revision=235361
Diffstat (limited to 'games/linux-virtual-jay-peak')
-rw-r--r-- | games/linux-virtual-jay-peak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-virtual-jay-peak/Makefile b/games/linux-virtual-jay-peak/Makefile index e3e02d7a91b9..7b5e39bb1171 100644 --- a/games/linux-virtual-jay-peak/Makefile +++ b/games/linux-virtual-jay-peak/Makefile @@ -47,7 +47,7 @@ do-install: .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 .include <bsd.port.post.mk> |