Minor changes to `config.mk` for building on FreeBSD 13.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Feb 2023 07:23:34 +0000 (23:23 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Feb 2023 07:23:34 +0000 (23:23 -0800)
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}