summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-30 13:40:42 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-30 13:40:42 +0100
commit20e547a7fbe5d18292787536ca49f17df6b4e703 (patch)
treeb8cb34e9f6f93e443505835ee7283f1ee1f8c484
parent136e030707cf6537c6f1d3b475abe2e384d3ac71 (diff)
x11/xlockmore-obsd: missed libXmu LDEP
-rw-r--r--x11/xlockmore-obsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xlockmore-obsd/Makefile b/x11/xlockmore-obsd/Makefile
index 68fca7b..9fcddad 100644
--- a/x11/xlockmore-obsd/Makefile
+++ b/x11/xlockmore-obsd/Makefile
@@ -17,7 +17,7 @@ SITES = https://xenocara.org/distfiles/app
MODULES = xenocara
-LIB_DEPENDS = print/freetype2 x11/libXext x11/libXpm
+LIB_DEPENDS = print/freetype2 x11/libXext x11/libXmu x11/libXpm
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = simple