aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-17 16:20:44 +0800
committerpat <pat@FreeBSD.org>2002-01-17 16:20:44 +0800
commit1cc957961efd6406310cd88152027e990d7cb725 (patch)
treeed8f12c45d309777927a3a6a0088af46eaa01ff2 /games
parente84bb730081aa3f0e7020f9bf77156ace4ad053e (diff)
downloadfreebsd-ports-gnome-1cc957961efd6406310cd88152027e990d7cb725.tar.gz
freebsd-ports-gnome-1cc957961efd6406310cd88152027e990d7cb725.tar.zst
freebsd-ports-gnome-1cc957961efd6406310cd88152027e990d7cb725.zip
Fix sdl errors caught by bento
PR: 33829 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'games')
-rw-r--r--games/crimson/Makefile5
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>