svn commit: r416927 - head/emulators/playonbsd
Stefan Esser
se at FreeBSD.org
Wed Jun 15 15:07:57 UTC 2016
Author: se
Date: Wed Jun 15 15:07:56 2016
New Revision: 416927
URL: https://svnweb.freebsd.org/changeset/ports/416927
Log:
Add run-time dependencies required by the scipts installed by this port.
PR: 210271
Submitted by: madpilot
Approved by: antoine (mentor, implicit)
Modified:
head/emulators/playonbsd/Makefile
Modified: head/emulators/playonbsd/Makefile
==============================================================================
--- head/emulators/playonbsd/Makefile Wed Jun 15 14:22:19 2016 (r416926)
+++ head/emulators/playonbsd/Makefile Wed Jun 15 15:07:56 2016 (r416927)
@@ -3,6 +3,7 @@
PORTNAME= playonbsd
PORTVERSION= 4.2.10
+PORTREVISION= 1
CATEGORIES= emulators games
MAINTAINER= se at 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
More information about the svn-ports-all
mailing list