Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 09:05:09 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502703 - head/audio/libmp3splt
Message-ID:  <201905260905.x4Q959XA074625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 26 09:05:09 2019
New Revision: 502703
URL: https://svnweb.freebsd.org/changeset/ports/502703

Log:
  audio/libmp3splt: Upcase OPTIONS_MULTI as we normally do

Modified:
  head/audio/libmp3splt/Makefile

Modified: head/audio/libmp3splt/Makefile
==============================================================================
--- head/audio/libmp3splt/Makefile	Sun May 26 09:03:33 2019	(r502702)
+++ head/audio/libmp3splt/Makefile	Sun May 26 09:05:09 2019	(r502703)
@@ -22,8 +22,8 @@ INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
 
-OPTIONS_MULTI=	plugin
-OPTIONS_MULTI_plugin=	MAD FLAC VORBIS
+OPTIONS_MULTI=	PLUGIN
+OPTIONS_MULTI_PLUGIN=	MAD FLAC VORBIS
 OPTIONS_DEFINE=	ID3 PCRE NLS
 OPTIONS_SUB=	yes
 



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