diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-01-01 21:42:47 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-01-01 21:42:47 +0100 |
commit | ea8037a914f0e0b6115882ba8e72c19d039b119f (patch) | |
tree | bbd359bb7f78fd027702e08f7a5adcbc041b8c5d | |
parent | b40932f199bad01067256c27f36bd9665cb45731 (diff) |
x11/fvwm-obsd: add libXpm to LIB_DEPENDS
-rw-r--r-- | x11/fvwm-obsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fvwm-obsd/Makefile b/x11/fvwm-obsd/Makefile index f675b26..3384699 100644 --- a/x11/fvwm-obsd/Makefile +++ b/x11/fvwm-obsd/Makefile @@ -18,7 +18,8 @@ MASTER_SITES = https://xenocara.org/distfiles/app/ MODULES = xenocara -LIB_DEPENDS = x11/libXext +LIB_DEPENDS = x11/libXext \ + x11/libXpm RUN_DEPENDS = x11/libXcursor |