diff options
author | Marius Strobl <marius@FreeBSD.org> | 2021-12-20 21:01:19 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2021-12-20 21:01:19 +0000 |
commit | b663e62b78cb9a8cbf73a3fabd319c8025d981bd (patch) | |
tree | a05af5813b945f9bfa0a30a14b5b00e2ecbaba75 | |
parent | 0a6f1823129e631da6f11368836f8b2fd5483096 (diff) |
sysutils/cdrdao: whitespace fixes
-rw-r--r-- | sysutils/cdrdao/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 2850e9a52eab..b3aeb5f6c8da 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes USE_CXXSTD= c++11 OPTIONS_DEFINE= DOCS TOC2MP3 MP3OGG - OPTIONS_DEFAULT= MP3OGG MP3OGG_DESC= Build with MP3/Ogg support (for sysutils/gcdmaster) TOC2MP3_DESC= Build with toc2mp3 (requires audio/lame) @@ -42,7 +41,6 @@ USES+= pkgconfig LIB_DEPENDS+= libao.so:audio/libao \ libmad.so:audio/libmad \ libvorbis.so:audio/libvorbis - CONFIGURE_ENV+= AO_CFLAGS=-I${LOCALBASE}/include \ AO_LIBS="-L${LOCALBASE}/lib -lao" \ MAD_CFLAGS=-I${LOCALBASE}/include \ |