From a8ed451b9c2d09d0698d03114196e317090ede05 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 27 Nov 2019 10:51:59 +0000 Subject: [PATCH] games/eboard: Unbreak JOYSTICK option devel/linux-js has been gone for over 6 years. Use devel/evdev-proto instead. It now provides linux/joystick.h. PR: 241354 Submitted by: rozhuk.im@gmail.com --- games/eboard/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/games/eboard/Makefile b/games/eboard/Makefile index f66d144c0c2d..a95cffb27d00 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -33,6 +33,7 @@ INSTALL_TARGET= install install-man OPTIONS_DEFINE= JOYSTICK DOCS JOYSTICK_DESC= Enable joystick support +JOYSTICK_BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:devel/evdev-proto DESKTOP_ENTRIES="eboard" \ "Play chess" \ @@ -43,11 +44,6 @@ DESKTOP_ENTRIES="eboard" \ .include -.if ${PORT_OPTIONS:MJOYSTICK} -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:devel/linux-js -RUN_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:devel/linux-js -.endif - post-extract: .for e in ${EXTRAS} @cd ${WRKDIR} && ${GZIP_CMD} -dc \