svn commit: r424221 - branches/2016Q4/audio/libmp3splt
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Oct 18 22:20:59 UTC 2016
Author: danilo
Date: Tue Oct 18 22:20:58 2016
New Revision: 424221
URL: https://svnweb.freebsd.org/changeset/ports/424221
Log:
MFH: r423972
- Fix ID3 option selection
PR: 213469
Submitted by: Anton Yuzhaninov <citrin+pr at citrin.ru>
Approved by: ports-secteam (feld)
Modified:
branches/2016Q4/audio/libmp3splt/Makefile
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/audio/libmp3splt/Makefile
==============================================================================
--- branches/2016Q4/audio/libmp3splt/Makefile Tue Oct 18 21:36:44 2016 (r424220)
+++ branches/2016Q4/audio/libmp3splt/Makefile Tue Oct 18 22:20:58 2016 (r424221)
@@ -3,6 +3,7 @@
PORTNAME= libmp3splt
PORTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
@@ -43,8 +44,8 @@ VORBIS_LIB_DEPENDS= libogg.so:audio/libo
PCRE_CONFIGURE_ENABLE= pcre
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
-MID3_LIB_DEPENDS= libid3tag.so:audio/libid3tag
-MID3_CONFIGURE_ENABLE= id3tag
+ID3_LIB_DEPENDS= libid3tag.so:audio/libid3tag
+ID3_CONFIGURE_ENABLE= id3tag
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
More information about the svn-ports-all
mailing list