summaryrefslogtreecommitdiffstats
path: root/shell-term-fm
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-29 00:19:10 +0200
committerIsmael Luceno2019-08-29 00:21:41 +0200
commit69732e4e949787c61c392cb8688f8a1729672a45 (patch)
treea588d72b2f874b9aab3f4621c073e17c61c1c7a6 /shell-term-fm
parentd66b7f75c2d39db1f708c703c17acafe2d488030 (diff)
x3270: switch dependency from xorg-server to X11-SERVER
Diffstat (limited to 'shell-term-fm')
-rwxr-xr-xshell-term-fm/x3270/DEPENDS2
-rw-r--r--shell-term-fm/x3270/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/shell-term-fm/x3270/DEPENDS b/shell-term-fm/x3270/DEPENDS
index 8acdcaf473..1697a7d112 100755
--- a/shell-term-fm/x3270/DEPENDS
+++ b/shell-term-fm/x3270/DEPENDS
@@ -1,4 +1,4 @@
-depends xorg-server &&
+depends X11-SERVER &&
depends gcc &&
depends readline &&
optional_depends SSL "--enable-ssl" "--disable-ssl" \
diff --git a/shell-term-fm/x3270/HISTORY b/shell-term-fm/x3270/HISTORY
index 10e5379ac1..e1d4d70f5d 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,3 +1,6 @@
+2019-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: switch dependency from xorg-server to X11-SERVER
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)