diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-15 21:39:39 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-15 21:39:39 +0000 |
commit | f4713fae40c422dd559f6ec6bdef12e101b0fa0e (patch) | |
tree | 34050557bf7b65fca05ee2eb74c71429c76419a0 /graphics/smoke | |
parent | 9b0425a6b1c2d48424f9f60b42ce899b315a478d (diff) |
Notes
Diffstat (limited to 'graphics/smoke')
-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'`#; \ |