1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

fix configure

Reported by:	bento, kris
This commit is contained in:
Ying-Chieh Liao 2002-05-23 02:26:36 +00:00
parent 75cfa43e53
commit 40d2a273eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59754

View File

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