svn commit: r502703 - head/audio/libmp3splt

Tobias Kortkamp tobik at FreeBSD.org
Sun May 26 09:05:10 UTC 2019


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
 


More information about the svn-ports-all mailing list