mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add run-time dependencies required by the scipts installed by this port.
PR: 210271 Submitted by: madpilot Approved by: antoine (mentor, implicit)
This commit is contained in:
parent
810cae6dac
commit
6bd5bb3183
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416927
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= playonbsd
|
PORTNAME= playonbsd
|
||||||
PORTVERSION= 4.2.10
|
PORTVERSION= 4.2.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators games
|
CATEGORIES= emulators games
|
||||||
|
|
||||||
MAINTAINER= se@FreeBSD.org
|
MAINTAINER= se@FreeBSD.org
|
||||||
|
@ -17,7 +18,10 @@ RUN_DEPENDS= 7z:archivers/p7zip \
|
||||||
gsed:textproc/gsed \
|
gsed:textproc/gsed \
|
||||||
sudo:security/sudo \
|
sudo:security/sudo \
|
||||||
xdg-open:devel/xdg-utils \
|
xdg-open:devel/xdg-utils \
|
||||||
xterm:x11/xterm
|
xterm:x11/xterm \
|
||||||
|
cabextract:archivers/cabextract \
|
||||||
|
wget:ftp/wget \
|
||||||
|
icotool:graphics/icoutils
|
||||||
|
|
||||||
OPTIONS_DEFINE= GECKO MONO
|
OPTIONS_DEFINE= GECKO MONO
|
||||||
OPTIONS_DEFAULT= GECKO MONO
|
OPTIONS_DEFAULT= GECKO MONO
|
||||||
|
|
Loading…
Add table
Reference in a new issue