View | Details | Raw Unified | Return to bug 282683 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/playonbsd/Makefile (-2 / +3 lines)
Lines 21-27 RUN_DEPENDS= 7z:archivers/7-zip \ Link Here
21
		sudo:security/sudo \
21
		sudo:security/sudo \
22
		wget:ftp/wget \
22
		wget:ftp/wget \
23
		xdg-open:devel/xdg-utils \
23
		xdg-open:devel/xdg-utils \
24
		xterm:x11/xterm
24
		xterm:x11/xterm \
25
                ${PYTHON_PKGNAMEPREFIX}natsort>0:devel/py-natsort@${PY_FLAVOR} \
26
                magick:graphics/ImageMagick7
25
27
26
USES=		perl5 python:run shebangfix
28
USES=		perl5 python:run shebangfix
27
USE_GITHUB=	yes
29
USE_GITHUB=	yes
28
- 

Return to bug 282683