svn commit: r434313 - head/emulators/winetricks
Nikolai Lifanov
lifanov at FreeBSD.org
Fri Feb 17 20:29:49 UTC 2017
Author: lifanov
Date: Fri Feb 17 20:29:47 2017
New Revision: 434313
URL: https://svnweb.freebsd.org/changeset/ports/434313
Log:
emulators/winetricks - add additional dependencies
PR: 217181
Reported by: John Smith <godevilove at ya.ru>
Modified:
head/emulators/winetricks/Makefile
Modified: head/emulators/winetricks/Makefile
==============================================================================
--- head/emulators/winetricks/Makefile Fri Feb 17 19:37:45 2017 (r434312)
+++ head/emulators/winetricks/Makefile Fri Feb 17 20:29:47 2017 (r434313)
@@ -3,6 +3,7 @@
PORTNAME= winetricks
PORTVERSION= 20170207
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= lifanov at FreeBSD.org
@@ -11,10 +12,15 @@ COMMENT= Easy way to work around problem
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
More information about the svn-ports-head
mailing list