aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-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