diff -urN /usr/ports/games/ltris/Makefile games/ltris/Makefile --- /usr/ports/games/ltris/Makefile Tue Jul 29 21:32:07 2003 +++ games/ltris/Makefile Sun Aug 3 23:16:09 2003 @@ -6,7 +6,7 @@ # PORTNAME= ltris -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,16 +17,16 @@ LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= yes +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \ - xargs ${PERL} -pi -e 's|"SDL/SDL|"SDL|g ; s|