diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-02-18 04:29:47 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2017-02-18 04:29:47 +0800 |
commit | 23425d755f150c79a20ffc69032fa52352ff866a (patch) | |
tree | cfa869a920ab7aa8c9c58512bd89e1e3fc58f43d /emulators/winetricks | |
parent | 572b6990550303e8905ad103b990e25c5ba473e4 (diff) | |
download | freebsd-ports-gnome-23425d755f150c79a20ffc69032fa52352ff866a.tar.gz freebsd-ports-gnome-23425d755f150c79a20ffc69032fa52352ff866a.tar.zst freebsd-ports-gnome-23425d755f150c79a20ffc69032fa52352ff866a.zip |
emulators/winetricks - add additional dependencies
PR: 217181
Reported by: John Smith <godevilove@ya.ru>
Diffstat (limited to 'emulators/winetricks')
-rw-r--r-- | emulators/winetricks/Makefile | 8 |
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 |