summaryrefslogtreecommitdiff
path: root/games/blockrage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/blockrage/Makefile')
-rw-r--r--games/blockrage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blockrage/Makefile b/games/blockrage/Makefile
index 0acc519991b4..2c19e4b2213f 100644
--- a/games/blockrage/Makefile
+++ b/games/blockrage/Makefile
@@ -37,7 +37,7 @@ post-patch:
's|prefix=/usr/local|prefix=${PREFIX}|; \
s|MYCC=gcc|MYCC?=${CC}|; \
s|-s -O2 -Wall||; \
- s|sdl-config|$(SDL_CONFIG)|; \
+ s|sdl-config|${SDL_CONFIG}|; \
s|MAKE=make|MAKE=${MAKE}|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|gcc -s|${CC}|' \