View | Details | Raw Unified | Return to bug 33829
Collapse All | Expand All

(-)/usr/ports/games/crimson/Makefile (-2 / +3 lines)
Lines 16-25 Link Here
16
LIB_DEPENDS=	SDL-1.1:${PORTSDIR}/devel/sdl12
16
LIB_DEPENDS=	SDL-1.1:${PORTSDIR}/devel/sdl12
17
17
18
USE_BZIP2=	yes
18
USE_BZIP2=	yes
19
GNU_CONFIGURE= yes
19
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
21
22
post-patch:
22
post-patch:
23
	${PERL} -pi -e "s|sdl-config|sdl11-config|;" ${WRKSRC}/configure
23
	@${PERL} -pi -e "s|sdl-config|sdl11-config|;" ${WRKSRC}/configure
24
	@${PERL} -pi -e "s|SDL/|SDL11/|;" ${WRKSRC}/configure
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>

Return to bug 33829