diff options
Diffstat (limited to 'x11/numlockx/Makefile')
-rw-r--r-- | x11/numlockx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile index e4213ee0714a..435a05d86d6f 100644 --- a/x11/numlockx/Makefile +++ b/x11/numlockx/Makefile @@ -21,6 +21,6 @@ USE_XORG= x11 xext PLIST_FILES= bin/numlockx # Needed for the "configure" program to find XTest and XKB header files -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" .include <bsd.port.mk> |