aboutsummaryrefslogtreecommitdiffstats
path: root/games/biloba/Makefile
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2006-02-06 20:40:24 +0800
committerbarner <barner@FreeBSD.org>2006-02-06 20:40:24 +0800
commit26bdde4f40a247ab38116123a583ee9dffbe25b6 (patch)
tree7841cbe7f2cfc982b1b1b457d8578f3d949e5f74 /games/biloba/Makefile
parent3d7279b848df17478cb2d8fb626f378a62af8cc2 (diff)
downloadfreebsd-ports-gnome-26bdde4f40a247ab38116123a583ee9dffbe25b6.tar.gz
freebsd-ports-gnome-26bdde4f40a247ab38116123a583ee9dffbe25b6.tar.zst
freebsd-ports-gnome-26bdde4f40a247ab38116123a583ee9dffbe25b6.zip
- Update to 0.4
- Remove maintainer's signature from pkg-descr - Remove USE_REINPLACE Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer) PR: ports/92853
Diffstat (limited to 'games/biloba/Makefile')
-rw-r--r--games/biloba/Makefile6
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>