aboutsummaryrefslogtreecommitdiffstats
path: root/games/crimson/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-23 10:26:36 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-23 10:26:36 +0800
commit6b50d2cbe86f8df7251b210e9a872d77411d4c9a (patch)
treefd72375775ea79a4d2433fc72ddf67e2b882ea2c /games/crimson/Makefile
parentd3510803ecaeb557099f4578ff8158cbcfd460b4 (diff)
downloadfreebsd-ports-gnome-6b50d2cbe86f8df7251b210e9a872d77411d4c9a.tar.gz
freebsd-ports-gnome-6b50d2cbe86f8df7251b210e9a872d77411d4c9a.tar.zst
freebsd-ports-gnome-6b50d2cbe86f8df7251b210e9a872d77411d4c9a.zip
fix configure
Reported by: bento, kris
Diffstat (limited to 'games/crimson/Makefile')
-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>