svn commit: r458518 - head/multimedia/kodi-devel

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 9 09:09:31 UTC 2018


Author: tobik
Date: Tue Jan  9 09:09:30 2018
New Revision: 458518
URL: https://svnweb.freebsd.org/changeset/ports/458518

Log:
  multimedia/kodi-devel: Fix option descriptions location

Modified:
  head/multimedia/kodi-devel/Makefile

Modified: head/multimedia/kodi-devel/Makefile
==============================================================================
--- head/multimedia/kodi-devel/Makefile	Tue Jan  9 09:06:36 2018	(r458517)
+++ head/multimedia/kodi-devel/Makefile	Tue Jan  9 09:09:30 2018	(r458518)
@@ -84,11 +84,6 @@ OPTIONS_EXCLUDE_amd64=	RPI
 OPTIONS_EXCLUDE_i386=	RPI
 OPTIONS_SUB=	yes
 
-GBM_DESC=	GBM support (requires a kernel with evdev support)
-PLATFORM_DESC=	Platform
-RPI_DESC=	Raspberry Pi support
-WAYLAND_DESC=	Wayland support (broken)
-
 # Choosing one of SNDIO or PULSEAUDIO is mandatory right now if you
 # want audio output.  The OSS backend is currently not hooked into
 # Kodi's audio sink factory due to recent refactorings.
@@ -96,6 +91,10 @@ OPTIONS_MULTI=		SOUND
 OPTIONS_MULTI_SOUND=	PULSEAUDIO SNDIO
 
 CEC_DESC=	CEC adapter support
+GBM_DESC=	GBM support (requires a kernel with evdev support)
+PLATFORM_DESC=	Platform
+RPI_DESC=	Raspberry Pi support
+WAYLAND_DESC=	Wayland support (broken)
 
 AVAHI_LIB_DEPENDS=	libavahi-client.so:net/avahi-app
 AVAHI_CMAKE_BOOL=	ENABLE_AVAHI


More information about the svn-ports-all mailing list