diff options
Diffstat (limited to 'x11-fm/tdfsb/Makefile')
-rw-r--r-- | x11-fm/tdfsb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile index e14466e6ef8a..fa0614596ad1 100644 --- a/x11-fm/tdfsb/Makefile +++ b/x11-fm/tdfsb/Makefile @@ -45,7 +45,7 @@ post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ s|gcc|${CC}| ; s| -lm|| ; \ s|/usr/local|${LOCALBASE}|g ; \ - s|/usr/X11R6|${X11BASE}|g ; \ + s|/usr/X11R6|${LOCALBASE}|g ; \ s|-O2|${CFLAGS}|g' \ ${WRKSRC}/${COMPILE_SCRIPT} |