diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
commit | b1bf1620a6571c5eb84bed4e3f06cf52094d0a48 (patch) | |
tree | 93506aaee5230ee46b75930c4b3a6b8e0f243d74 /x11-fm | |
parent | 123411e1ee17366ee88efd54b8482949b8e76eb5 (diff) | |
download | ports-b1bf1620a6571c5eb84bed4e3f06cf52094d0a48.tar.gz ports-b1bf1620a6571c5eb84bed4e3f06cf52094d0a48.zip |
Notes
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> |