diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-03-23 13:07:16 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-03-23 13:07:16 +0000 |
commit | 98e67f58eadb41e6f789430058f77864171a1036 (patch) | |
tree | 66d57759bfb7db3bbe1520c867b84c85079ddd65 | |
parent | e0ffaec8329323030a9f9f8f8afb34e119ff3bf4 (diff) | |
download | ports-98e67f58eadb41e6f789430058f77864171a1036.tar.gz ports-98e67f58eadb41e6f789430058f77864171a1036.zip |
Notes
-rw-r--r-- | multimedia/kodi-addon-peripheral.joystick/Makefile | 4 |
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 |