aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-03-23 13:07:16 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-03-23 13:07:16 +0000
commit98e67f58eadb41e6f789430058f77864171a1036 (patch)
tree66d57759bfb7db3bbe1520c867b84c85079ddd65 /multimedia
parente0ffaec8329323030a9f9f8f8afb34e119ff3bf4 (diff)
downloadports-98e67f58eadb41e6f789430058f77864171a1036.tar.gz
ports-98e67f58eadb41e6f789430058f77864171a1036.zip
multimedia/kodi-addon-peripheral.joystick: Add missing localbase otherwise configure cannot find linux/joystick.h
PR: 254411 Submitted by: rozhuk.im@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=569023
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/kodi-addon-peripheral.joystick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kodi-addon-peripheral.joystick/Makefile b/multimedia/kodi-addon-peripheral.joystick/Makefile
index dcf43937650c..c0cf1a044fb7 100644
--- a/multimedia/kodi-addon-peripheral.joystick/Makefile
+++ b/multimedia/kodi-addon-peripheral.joystick/Makefile
@@ -4,7 +4,7 @@
PORTNAME= peripheral.joystick
DISTVERSION= 1.7.1
DISTVERSIONSUFFIX= -Matrix
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= rozhuk.im@gmail.com
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:devel/evdev-proto
LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \
libudev.so:devel/libudev-devd
-USES= cmake:noninja compiler:c++14-lang kodi
+USES= cmake localbase compiler:c++14-lang kodi
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= xbmc