diff options
-rw-r--r-- | x11/cwm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/cwm/Makefile b/x11/cwm/Makefile index 9385c8b..e284f5e 100644 --- a/x11/cwm/Makefile +++ b/x11/cwm/Makefile @@ -18,10 +18,13 @@ MASTER_SITES = https://leahneukirchen.org/releases/ MODULES = xenocara +BUILD_DEPENDS = devel/xorgproto + LIB_DEPENDS = x11/libXaw \ x11/libXext \ x11/libXft \ - x11/libXinerama + x11/libXinerama \ + x11/libXrandr RUN_DEPENDS = x11/libXcursor |