1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

With new linux ports infrastructure introduction USE_GL=linux

is deprecated (it can't handle multiple linux base ports at a
ports tree). USE_LINUX_APPS should be used instead. Beware
that only fc4 (the default for all FreeBSD versions) and f8
is supported by new linux infrastructure (f10 is upcomming).

PR:		ports/134472
Submitted by:	bsam (me)
Approved by:	miwi (co maintainer)
This commit is contained in:
Boris Samorodov 2009-05-11 20:45:23 +00:00
parent e1197cc245
commit 57d00b9551
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233733
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ COMMENT= P2P VoIP software
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
USE_LINUX_APPS+=xorglibs
.else
USE_GL= linux
USE_LINUX_APPS+=dri
.endif
USE_BZIP2= yes

View File

@ -22,7 +22,7 @@ COMMENT= P2P VoIP software
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
USE_LINUX_APPS+=xorglibs
.else
USE_GL= linux
USE_LINUX_APPS+=dri
.endif
USE_BZIP2= yes

View File

@ -22,7 +22,7 @@ COMMENT= P2P VoIP software
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
USE_LINUX_APPS+=xorglibs
.else
USE_GL= linux
USE_LINUX_APPS+=dri
.endif
USE_BZIP2= yes