aboutsummaryrefslogtreecommitdiff
path: root/emulators/winetricks
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-02-17 20:29:47 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-02-17 20:29:47 +0000
commitde481b1e2811251dde1c4d5e964fcaa4da379860 (patch)
treecfa869a920ab7aa8c9c58512bd89e1e3fc58f43d /emulators/winetricks
parent891bc8e56f782670fb55ccee18cab782d20f5847 (diff)
downloadports-de481b1e2811251dde1c4d5e964fcaa4da379860.tar.gz
ports-de481b1e2811251dde1c4d5e964fcaa4da379860.zip
emulators/winetricks - add additional dependencies
PR: 217181 Reported by: John Smith <godevilove@ya.ru>
Notes
Notes: svn path=/head/; revision=434313
Diffstat (limited to 'emulators/winetricks')
-rw-r--r--emulators/winetricks/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile
index 2f28c29fdc71..f06acd981b97 100644
--- a/emulators/winetricks/Makefile
+++ b/emulators/winetricks/Makefile
@@ -3,6 +3,7 @@
PORTNAME= winetricks
PORTVERSION= 20170207
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= lifanov@FreeBSD.org
@@ -11,10 +12,15 @@ COMMENT= Easy way to work around problems in Wine
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/src/COPYING
+RUN_DEPENDS= curl:ftp/curl cabextract:archivers/cabextract
+
.if !defined(WITHOUT_X11)
-RUN_DEPENDS= zenity>0:x11/zenity
+RUN_DEPENDS+= zenity:x11/zenity xdg-open:devel/xdg-utils
.endif
+USES= perl5
+USE_PERL5= run
+
USE_GITHUB= yes
GH_ACCOUNT= Winetricks