diff options
author | bsam <bsam@FreeBSD.org> | 2009-05-12 04:45:23 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-05-12 04:45:23 +0800 |
commit | ed57aadc0a60ed082cdf1f83386b1fc847d793e9 (patch) | |
tree | dbb57db225dd84fe453ce174a06b52a2adf13114 /net-im | |
parent | 421628ba27d93957937723bc76d98dd11cc09b95 (diff) | |
download | freebsd-ports-gnome-ed57aadc0a60ed082cdf1f83386b1fc847d793e9.tar.gz freebsd-ports-gnome-ed57aadc0a60ed082cdf1f83386b1fc847d793e9.tar.zst freebsd-ports-gnome-ed57aadc0a60ed082cdf1f83386b1fc847d793e9.zip |
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)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype20/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index 916099b2eaa0..15068d6ac156 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -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 diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 916099b2eaa0..15068d6ac156 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -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 |