Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2016 15:07:56 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416927 - head/emulators/playonbsd
Message-ID:  <201606151507.u5FF7ulC013859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606151507.u5FF7ulC013859>