aboutsummaryrefslogtreecommitdiff
path: root/games/crimson
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-23 02:26:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-23 02:26:36 +0000
commit40d2a273eb41eead776e035d52b9f66f6a36758a (patch)
treeab650a81b5c9eeafc05687485ac4cd6b189a77a3 /games/crimson
parent75cfa43e5322e2b61660e066bee9d46b090b2900 (diff)
downloadports-40d2a273eb41eead776e035d52b9f66f6a36758a.tar.gz
ports-40d2a273eb41eead776e035d52b9f66f6a36758a.zip
fix configure
Reported by: bento, kris
Notes
Notes: svn path=/head/; revision=59754
Diffstat (limited to 'games/crimson')
-rw-r--r--games/crimson/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile
index 012a35bf4606..38b42afb2a36 100644
--- a/games/crimson/Makefile
+++ b/games/crimson/Makefile
@@ -19,12 +19,9 @@ LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
USE_BZIP2= yes
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
USE_GMAKE= yes
MAN6= crimson.6
-post-patch:
- @${PERL} -pi -e "s|sdl-config|${SDL_CONFIG}|; s|SDL/|SDL11/|" \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>