diff options
Diffstat (limited to 'games/gnome-chess/Makefile')
-rw-r--r-- | games/gnome-chess/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index bce6211c0..c446e036b 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= gnome-chess -PORTVERSION= 3.12.2 +PORTVERSION= 3.12.3 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -31,9 +31,4 @@ OPTIONS_DEFAULT=GNUCHESS GNUCHESS_DESC= Use gnuchess engine for computer player GNUCHESS_RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess -post-patch: - @${REINPLACE_CMD} -e 's|HAVE_LINUX_PRCTL_H 1|HAVE_LINUX_PRCTL_H 0|g' \ - ${WRKSRC}/configure - ${RM} ${WRKSRC}/src/chess-engine.c - .include <bsd.port.mk> |