aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-06-15 21:39:39 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-06-15 21:39:39 +0000
commitf4713fae40c422dd559f6ec6bdef12e101b0fa0e (patch)
tree34050557bf7b65fca05ee2eb74c71429c76419a0 /graphics
parent9b0425a6b1c2d48424f9f60b42ce899b315a478d (diff)
downloadports-f4713fae40c422dd559f6ec6bdef12e101b0fa0e.tar.gz
ports-f4713fae40c422dd559f6ec6bdef12e101b0fa0e.zip
Fix package building:
freetype-config and sdl11-config are not found during the patch phase => delay it to pre-configure. Reported by: Kris / pointyhat.
Notes
Notes: svn path=/head/; revision=111555
Diffstat (limited to 'graphics')
-rw-r--r--graphics/smoke/Makefile2
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'`#; \