svn commit: r396817 - head/audio/mp3blaster

Roman Bogorodskiy novel at FreeBSD.org
Sun Sep 13 13:27:54 UTC 2015


Author: novel
Date: Sun Sep 13 13:27:53 2015
New Revision: 396817
URL: https://svnweb.freebsd.org/changeset/ports/396817

Log:
  The 'NAS" option had handlers but was not listed in OPTIONS,
  so add it to OPTIONS_DEFINE.
  
  Reported by:	bapt

Modified:
  head/audio/mp3blaster/Makefile

Modified: head/audio/mp3blaster/Makefile
==============================================================================
--- head/audio/mp3blaster/Makefile	Sun Sep 13 13:18:16 2015	(r396816)
+++ head/audio/mp3blaster/Makefile	Sun Sep 13 13:27:53 2015	(r396817)
@@ -18,7 +18,7 @@ CONFIGURE_ARGS=	--with-cxxflags="${CXXFL
 CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=	LIRC SIDPLAY VORBIS DOCS ESOUND
+OPTIONS_DEFINE=	LIRC NAS SIDPLAY VORBIS DOCS ESOUND
 OPTIONS_DEFAULT=	SIDPLAY VORBIS
 SIDPLAY_DESC=	Sidplayer support
 


More information about the svn-ports-all mailing list