Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 06:22:20 +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: r514754 - head/audio/gnormalize
Message-ID:  <201910190622.x9J6MKtu028411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Oct 19 06:22:19 2019
New Revision: 514754
URL: https://svnweb.freebsd.org/changeset/ports/514754

Log:
  audio/gnormalize: Spell FLAC option correctly
  
  Make FLAC_RUN_DEPENDS do something.

Modified:
  head/audio/gnormalize/Makefile

Modified: head/audio/gnormalize/Makefile
==============================================================================
--- head/audio/gnormalize/Makefile	Sat Oct 19 06:21:37 2019	(r514753)
+++ head/audio/gnormalize/Makefile	Sat Oct 19 06:22:19 2019	(r514754)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnormalize
 PORTVERSION=	0.63
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -21,7 +21,7 @@ SHEBANG_FILES=	${PORTNAME}
 
 NO_BUILD=	yes
 
-OPTIONS_DEFINE=	MP3 OGG MP4 CDPARANOIA CDDB CDPLAY PLAC MAC MUSEPACK
+OPTIONS_DEFINE=	MP3 OGG MP4 CDPARANOIA CDDB CDPLAY FLAC MAC MUSEPACK
 OPTIONS_DEFAULT=	MP3 OGG MP4
 
 MAC_DESC=	Monkey's Audio Encoding and Playback



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