diff options
Diffstat (limited to 'graphics/smoke/Makefile')
-rw-r--r-- | graphics/smoke/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/smoke/Makefile b/graphics/smoke/Makefile index cd9c4e104751..9d1734234183 100644 --- a/graphics/smoke/Makefile +++ b/graphics/smoke/Makefile @@ -36,7 +36,7 @@ pre-everything:: @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" @${ECHO_MSG} "with OpenGL support turned on." -post-patch: +pre-configure: @${REINPLACE_CMD} -e "s|%%FREETYPE_CONFIG%%|${FREETYPE_CONFIG}|g; \ s|%%SDL_CONFIG%%|${SDL_CONFIG}|g; \ s#%%FREETYPE_INCLUDEPATH%%#`${FREETYPE_CONFIG} --cflags | ${SED} -e 's|-I||g'`#; \ |