Added
Link Here
|
1 |
From 2679ebe26756a2c3802a11197879c518a9f4abaf Mon Sep 17 00:00:00 2001 |
2 |
From: Clockwork6400 <Clockwork6400@protonmail.com> |
3 |
Date: Mon, 11 Nov 2024 01:16:09 +0200 |
4 |
Subject: [PATCH] Fix port emulators/playonbsd py{N}-natsort and ImageMagick7 |
5 |
|
6 |
--- |
7 |
emulators/playonbsd/Makefile | 4 +++- |
8 |
1 file changed, 3 insertions(+), 1 deletion(-) |
9 |
|
10 |
diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile |
11 |
index 7c92fb80fac1..e5f7ec5a4d14 100644 |
12 |
--- a/emulators/playonbsd/Makefile |
13 |
+++ b/emulators/playonbsd/Makefile |
14 |
@@ -21,7 +21,9 @@ RUN_DEPENDS= 7z:archivers/7-zip \ |
15 |
sudo:security/sudo \ |
16 |
wget:ftp/wget \ |
17 |
xdg-open:devel/xdg-utils \ |
18 |
- xterm:x11/xterm |
19 |
+ xterm:x11/xterm \ |
20 |
+ ${PYTHON_PKGNAMEPREFIX}natsort>0:devel/py-natsort@${PY_FLAVOR} \ |
21 |
+ magick:graphics/ImageMagick7 |
22 |
|
23 |
USES= perl5 python:run shebangfix |
24 |
USE_GITHUB= yes |
25 |
-- |
26 |
2.46.2 |
27 |
|