diff options
Diffstat (limited to 'x11/9menu/Makefile')
-rw-r--r-- | x11/9menu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index df8fafa24b29..46c6cf6eebb4 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -32,6 +32,6 @@ MANCOMPRESSED= yes do-build: cd ${WRKSRC} && \ - ${CC} ${CFLAGS} -I${X11BASE}/include -L${X11BASE}/lib -lX11 -o 9menu 9menu.c + ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -o 9menu 9menu.c .include <bsd.port.mk> |