From 5554ac346e3fcb977805ce01d0bc21405a2a72be Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Thu, 29 Aug 2019 00:19:09 +0200 Subject: libwmf: switch dependency from xorg-server to X11-SERVER --- graphics-libs/libwmf/DEPENDS | 2 +- graphics-libs/libwmf/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics-libs') 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 + * DEPENDS: switch dependency from xorg-server to X11-SERVER + 2019-07-20 Ismael Luceno * PRE_BUILD: Fixed build against musl -- cgit v1.2.3