Minor changes to `config.mk` for building on FreeBSD 13.
[dwm-status] / config.mk
index 0ec9e47..174beed 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -7,8 +7,8 @@ VERSION = 1.0
 PREFIX = /usr
 MANPREFIX = ${PREFIX}/share/man
 
 PREFIX = /usr
 MANPREFIX = ${PREFIX}/share/man
 
-X11INC = /usr/X11R6/include
-X11LIB = /usr/X11R6/lib
+X11INC = /usr/local/include
+X11LIB = /usr/local/lib
 
 # includes and libs
 INCS = -I. -I/usr/include -I${X11INC}
 
 # includes and libs
 INCS = -I. -I/usr/include -I${X11INC}