diff options
author | se <se@FreeBSD.org> | 2016-06-15 23:07:56 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2016-06-15 23:07:56 +0800 |
commit | 134f8681ed5d865b2f802b56210e09dfdcdb3f1a (patch) | |
tree | 428e3dd7ff08e359e03b9a8bba8a0747dbde8bde | |
parent | 672a726ad987e889bd6c16e1d99c86c6f6c7d343 (diff) | |
download | freebsd-ports-gnome-134f8681ed5d865b2f802b56210e09dfdcdb3f1a.tar.gz freebsd-ports-gnome-134f8681ed5d865b2f802b56210e09dfdcdb3f1a.tar.zst freebsd-ports-gnome-134f8681ed5d865b2f802b56210e09dfdcdb3f1a.zip |
Add run-time dependencies required by the scipts installed by this port.
PR: 210271
Submitted by: madpilot
Approved by: antoine (mentor, implicit)
-rw-r--r-- | emulators/playonbsd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile index 0f6dba5126ec..911fab1be80a 100644 --- a/emulators/playonbsd/Makefile +++ b/emulators/playonbsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= playonbsd PORTVERSION= 4.2.10 +PORTREVISION= 1 CATEGORIES= emulators games MAINTAINER= se@FreeBSD.org @@ -17,7 +18,10 @@ RUN_DEPENDS= 7z:archivers/p7zip \ gsed:textproc/gsed \ sudo:security/sudo \ 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_DEFAULT= GECKO MONO |