svn commit: r514754 - head/audio/gnormalize

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 06:22:20 UTC 2019


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


More information about the svn-ports-head mailing list