diff --git a/config.mk b/config.mk index 197799a..86e9131 100644 --- a/config.mk +++ b/config.mk @@ -14,6 +14,9 @@ XSESSIONSPREFIX = ${SYSPREFIX}/share/xsessions X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib +# FreeBSD (uncomment) +#X11INC = /usr/local/include +#X11LIB = /usr/local/lib # Xinerama, comment if you don't want it XINERAMALIBS = -lXinerama @@ -22,6 +25,8 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 +# FreeBSD (uncomment) +#FREETYPEINC = /usr/local/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2