diff options
Diffstat (limited to 'games/biloba/Makefile')
-rw-r--r-- | games/biloba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/biloba/Makefile b/games/biloba/Makefile index 896cf4a083f9..6dc886fc6988 100644 --- a/games/biloba/Makefile +++ b/games/biloba/Makefile @@ -6,7 +6,7 @@ # PORTNAME= biloba -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +16,12 @@ COMMENT= A strategy board game for 2 to 4 players USE_SDL= image sdl USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: - ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/src/Makefile.server + @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/configure .include <bsd.port.mk> |