diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-17 08:20:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-17 08:20:44 +0000 |
commit | aac54289f9a7492d1d164250c54099a9db7d6bee (patch) | |
tree | 8015260adb58d05d781e063d3ff04bece95136cc /games | |
parent | 8d8c366ce311f69b49fa67f62d4fb42d9d11e93b (diff) | |
download | ports-aac54289f9a7492d1d164250c54099a9db7d6bee.tar.gz ports-aac54289f9a7492d1d164250c54099a9db7d6bee.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/crimson/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 5b75c92a12c6..04731d083c89 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -16,10 +16,11 @@ MAINTAINER= jan@jungnickel.com LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 USE_BZIP2= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GMAKE= yes post-patch: - ${PERL} -pi -e "s|sdl-config|sdl11-config|;" ${WRKSRC}/configure + @${PERL} -pi -e "s|sdl-config|sdl11-config|; s|SDL/|SDL11/|" \ + ${WRKSRC}/configure .include <bsd.port.mk> |