1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix sdl errors caught by bento

PR:		33829
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
This commit is contained in:
Patrick Li 2002-01-17 08:20:44 +00:00
parent 8d8c366ce3
commit aac54289f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53235

View File

@ -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>