aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2020-06-30 13:42:43 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2020-06-30 13:42:43 +0000
commitae37f010c2bb25c7b4924e7d4238ce2a3fc55a50 (patch)
tree6699cac7171a4649a75b9fac0084acfd267a8eba /games
parent8131ceb3ab3a3e807b2017879dff2f542cd26962 (diff)
downloadports-ae37f010c2bb25c7b4924e7d4238ce2a3fc55a50.tar.gz
ports-ae37f010c2bb25c7b4924e7d4238ce2a3fc55a50.zip
Add some dependencies which are not always satisfied implicitely,
and add info to the pkg-message for users with NVIDIA cards. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=540893
Diffstat (limited to 'games')
-rw-r--r--games/linux-steam-utils/Makefile6
-rw-r--r--games/linux-steam-utils/pkg-message4
2 files changed, 8 insertions, 2 deletions
diff --git a/games/linux-steam-utils/Makefile b/games/linux-steam-utils/Makefile
index 9fe691b8c83a..4061be05aef5 100644
--- a/games/linux-steam-utils/Makefile
+++ b/games/linux-steam-utils/Makefile
@@ -2,6 +2,7 @@
PORTNAME= steam-utils
DISTVERSION= 20200525
+PORTREVISION= 1
CATEGORIES= games linux
PKGNAMEPREFIX= linux-
@@ -14,10 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
IGNORE_FreeBSD_11=not tested at all
ONLY_FOR_ARCHS= amd64
-RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
+RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
+ liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
USES= linux
-USE_LINUX= devtools:build dbuslibs gtk2 dri nss openal-soft
+USE_LINUX= devtools:build dbuslibs gtk2 dri nss openal-soft alsa-plugins-oss
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
diff --git a/games/linux-steam-utils/pkg-message b/games/linux-steam-utils/pkg-message
index 90d321945783..05235076e865 100644
--- a/games/linux-steam-utils/pkg-message
+++ b/games/linux-steam-utils/pkg-message
@@ -4,6 +4,10 @@
Please note, this is an unofficial wrapper for the Steam client
and as such it is supported on a best effort basis.
+Additional dependencies:
+- If you use a NVIDIA card, you need to install a suitable
+ x11/linux-nvidia-libs(-xxx) port.
+
Setup:
1. Create a dedicated FreeBSD non-wheel user account for Steam. Switch to it.