diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-07 15:57:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-07 15:57:21 +0000 |
commit | 3e3d0c559a117739664d3134dcffe897514f1002 (patch) | |
tree | b340f121905a43330550877cb4e9ca345c47b11f /games/legends | |
parent | 7e814a58ecd2fca47724127dab1c45dfc7168f3b (diff) | |
download | ports-3e3d0c559a117739664d3134dcffe897514f1002.tar.gz ports-3e3d0c559a117739664d3134dcffe897514f1002.zip |
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)
Notes
Notes:
svn path=/head/; revision=235362
Diffstat (limited to 'games/legends')
-rw-r--r-- | games/legends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/legends/Makefile b/games/legends/Makefile index f904cc38d829..01af8e420b70 100644 --- a/games/legends/Makefile +++ b/games/legends/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_MAKESELF= yes USE_LINUX= yes -USE_GL= linux +USE_LINUX_APPS+=dri NO_BUILD= yes NO_WRKSUBDIR= yes DATADIR= ${PREFIX}/lib/${PORTNAME} |