diff options
author | thierry <thierry@FreeBSD.org> | 2004-06-16 05:39:39 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-06-16 05:39:39 +0800 |
commit | ef498ef385763295cd81ae71a4ed54f437b24f0e (patch) | |
tree | 7ce44115710490836cde57b14846b4c8736277d8 /graphics/smoke | |
parent | 6f8e1cbce8b6c8ddda162c740c8d8bbd4a83c6fb (diff) | |
download | freebsd-ports-gnome-ef498ef385763295cd81ae71a4ed54f437b24f0e.tar.gz freebsd-ports-gnome-ef498ef385763295cd81ae71a4ed54f437b24f0e.tar.zst freebsd-ports-gnome-ef498ef385763295cd81ae71a4ed54f437b24f0e.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.
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'`#; \ |