diff options
Diffstat (limited to 'misc/floatator/Makefile')
-rw-r--r-- | misc/floatator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index 0f3dcd77c2b2..368a2e720baf 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_MOTIF= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \ - X11INCLUDE="-I${X11BASE}/include" X11LIB="-L${X11BASE}/lib" + X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib" PLIST_FILES= bin/floatator bin/floatator_X_interface do-install: |