Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 13:27:53 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396817 - head/audio/mp3blaster
Message-ID:  <201509131327.t8DDRr2B065030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509131327.t8DDRr2B065030>