diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index c05a50de06ac..68312fa3d3db 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -27,6 +27,7 @@ post-patch: ${WRKSRC}/src/XFileExplorer.cpp \ ${WRKSRC}/src/help.h \ ${WRKSRC}/src/xfedefs.h + @${REINPLACE_CMD} -e 's|freetype/||g' ${WRKSRC}/configure .include <bsd.port.options.mk> |