From 3e3d0c559a117739664d3134dcffe897514f1002 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Sun, 7 Jun 2009 15:57:21 +0000 Subject: Convert ports which use USE_GL=linux to 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 a mere infrastructure fix. Affected ports: ----- games/legends games/linux-quake3-demo games/rtcw net/skype-devel ----- Note: no more ports are using USE_GL=linux, it may be removed from Mk/bsd.ports.mk. Approved by: maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09) --- net/skype-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/skype-devel') diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile index 854d71d46184..e93ed3981bc5 100644 --- a/net/skype-devel/Makefile +++ b/net/skype-devel/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux .ifdef WITH_NVIDIA_GL RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else -USE_GL= linux +USE_LINUX_APPS+=dri .endif USE_BZIP2= yes -- cgit v1.2.3