diff options
Diffstat (limited to 'graphics/show/files/Makefile')
-rw-r--r-- | graphics/show/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/show/files/Makefile b/graphics/show/files/Makefile index 26a5c982aa32..635fe654c248 100644 --- a/graphics/show/files/Makefile +++ b/graphics/show/files/Makefile @@ -2,7 +2,7 @@ CC ?= gcc CFLAGS ?= -g -O2 -Wall -XROOT = ${X11BASE} +XROOT = ${LOCALBASE} LROOT = ${LOCALBASE} INCLUDES = -I$(XROOT)/include -I$(LROOT)/include LIBS = -lX11 -lXext -ljpeg -lpng -ltiff -lz -lungif -lm -lImlib |