diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-10-25 20:02:45 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-10-25 20:02:45 +0200 |
commit | f56bd65dc529ce16d93fbf13675d19681f3a8678 (patch) | |
tree | b6c5b8510d7e36d563d3a9387d32769942dd257d | |
parent | d640e0c6bad12e6efaa1fed18d09a89719198bb4 (diff) |
x11/libfontenc: remove run-depends on font encodings.
This creates a dependencies loop
-rw-r--r-- | x11/libfontenc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libfontenc/Makefile b/x11/libfontenc/Makefile index d653ff1..976ea84 100644 --- a/x11/libfontenc/Makefile +++ b/x11/libfontenc/Makefile @@ -23,7 +23,7 @@ MODULES = xenocara BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto -RUN_DEPENDS = fonts/xfonts-encodings +# RUN_DEPENDS = fonts/xfonts-encodings SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu |