summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-29 00:19:09 +0200
committerIsmael Luceno2019-08-29 00:21:40 +0200
commit5554ac346e3fcb977805ce01d0bc21405a2a72be (patch)
tree76049c783686785c73c7f4cf6f03c116e835c834
parent27342bf91058a124ae3a69fb4b5b2df7c9f8cc59 (diff)
libwmf: switch dependency from xorg-server to X11-SERVER
-rwxr-xr-xgraphics-libs/libwmf/DEPENDS2
-rw-r--r--graphics-libs/libwmf/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics-libs/libwmf/DEPENDS b/graphics-libs/libwmf/DEPENDS
index 62f1b0a3d2..f02edda5fa 100755
--- a/graphics-libs/libwmf/DEPENDS
+++ b/graphics-libs/libwmf/DEPENDS
@@ -3,7 +3,7 @@ depends libpng &&
depends JPEG &&
optional_depends gd "--disable-gd" "--enable-gd" "For GD support" &&
-optional_depends xorg-server "--with-x" "--without-x" "For X support" &&
+optional_depends X11-SERVER "--with-x" "--without-x" "For X support" &&
optional_depends gtk+2 "--with-x" "--without-x" "For a gdk-pixbuf plugin" &&
if [ $XML_SUPPORT = 'y' ]; then
diff --git a/graphics-libs/libwmf/HISTORY b/graphics-libs/libwmf/HISTORY
index e81d683473..0aefe492ad 100644
--- a/graphics-libs/libwmf/HISTORY
+++ b/graphics-libs/libwmf/HISTORY
@@ -1,3 +1,6 @@
+2019-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: switch dependency from xorg-server to X11-SERVER
+
2019-07-20 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: Fixed build against musl