diff options
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index f2a5e1a6621f..ad6e5ae8701b 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -3,6 +3,7 @@ PORTNAME= flac PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/flac/ @@ -20,7 +21,6 @@ CONFIGURE_ARGS= --enable-sse \ --disable-silent-rules \ --disable-thorough-tests \ --disable-xmms-plugin -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= DOCS ICONV OPTIONS_DEFAULT=ICONV |